diff options
author | shouqun.liu@intel.com <shouqun.liu@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-13 23:57:51 +0000 |
---|---|---|
committer | shouqun.liu@intel.com <shouqun.liu@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-13 23:57:51 +0000 |
commit | 2c17f7ae68fdab4e9c3aab39dcab196845f422b7 (patch) | |
tree | feebe523e1b1501207048a40cd26e714731a7f68 /media | |
parent | 9f2ec2c4417593128d038cf0ab08fcf71e33cd28 (diff) | |
download | chromium_src-2c17f7ae68fdab4e9c3aab39dcab196845f422b7.zip chromium_src-2c17f7ae68fdab4e9c3aab39dcab196845f422b7.tar.gz chromium_src-2c17f7ae68fdab4e9c3aab39dcab196845f422b7.tar.bz2 |
Fix the ant warning of 'includeantruntime was not set' in android build
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com/10543107
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142029 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media')
-rw-r--r-- | media/base/android/java/media.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media/base/android/java/media.xml b/media/base/android/java/media.xml index c753076..dcaf63c 100644 --- a/media/base/android/java/media.xml +++ b/media/base/android/java/media.xml @@ -34,7 +34,7 @@ <target name="compile" depends="init" description="compile the source " > <!-- Compile the java code from ${src} into ${dest.dir} --> - <javac srcdir="${src}" destdir="${dest.dir}" debug="true"> + <javac srcdir="${src}" destdir="${dest.dir}" debug="true" includeantruntime="false"> <classpath> <pathelement path="${location.base}/android.jar" /> <pathelement path="${out.dir}/chromium_base.jar" /> |