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 /base/android/java | |
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 'base/android/java')
-rw-r--r-- | base/android/java/base.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/android/java/base.xml b/base/android/java/base.xml index 31db246..d742907 100644 --- a/base/android/java/base.xml +++ b/base/android/java/base.xml @@ -42,7 +42,7 @@ defaulting to build.sysclasspath=last; set to false for repeatable builds --> - <javac srcdir="${src}" destdir="${dest.dir}" debug="true"> + <javac srcdir="${src}" destdir="${dest.dir}" debug="true" includeantruntime="false"> <classpath> <path location="${location.base}/android.jar"/> </classpath> |