diff options
author | peter@chromium.org <peter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-15 17:10:12 +0000 |
---|---|---|
committer | peter@chromium.org <peter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-15 17:10:12 +0000 |
commit | dc684012f731cb7f2d58a27c70375b1c7ba2a3e1 (patch) | |
tree | 107a08529c37f59cb0cb4b8b052a330bf177a013 /build/apk_test.gypi | |
parent | 866fda16f50a07b0b00c878e7e8783482eb9e208 (diff) | |
download | chromium_src-dc684012f731cb7f2d58a27c70375b1c7ba2a3e1.zip chromium_src-dc684012f731cb7f2d58a27c70375b1c7ba2a3e1.tar.gz chromium_src-dc684012f731cb7f2d58a27c70375b1c7ba2a3e1.tar.bz2 |
Remove uses of Android's test runner's --ant-compile, as well as the flag itself.
It has been superseded by --sdk-build, which has already been set for all
other Chromium and WebKit users.
BUG=
Review URL: https://chromiumcodereview.appspot.com/10855147
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151709 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/apk_test.gypi')
-rw-r--r-- | build/apk_test.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/apk_test.gypi b/build/apk_test.gypi index 26f31e9..60e7443 100644 --- a/build/apk_test.gypi +++ b/build/apk_test.gypi @@ -63,7 +63,6 @@ '-DANDROID_TOOLCHAIN=<(android_toolchain)', '--ant-args', '-DCHROMIUM_SRC=<(ant_build_out)/../..', - '--ant-compile' ], }], }], # 'OS == "android" and gtest_target_type == "shared_library" |