diff options
author | shashishekhar@chromium.org <shashishekhar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-10 17:21:09 +0000 |
---|---|---|
committer | shashishekhar@chromium.org <shashishekhar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-10 17:21:09 +0000 |
commit | 413e32da4f13000441f390b8aa721ede3d9c181a (patch) | |
tree | 52594108e53e102107e263141e4275556a2730c3 /build/apk_test.gypi | |
parent | eb040998b02d1514cb008cd141925581ad9d2433 (diff) | |
download | chromium_src-413e32da4f13000441f390b8aa721ede3d9c181a.zip chromium_src-413e32da4f13000441f390b8aa721ede3d9c181a.tar.gz chromium_src-413e32da4f13000441f390b8aa721ede3d9c181a.tar.bz2 |
Nuke unused test code.
SDK build is the default build, we do not need Android.mk based
compilation.
Review URL: https://chromiumcodereview.appspot.com/11066094
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161127 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 4f6d5c8..eefcbd7 100644 --- a/build/apk_test.gypi +++ b/build/apk_test.gypi @@ -52,7 +52,6 @@ '--strip-binary=<(android_strip)', '--app_abi', '<(android_app_abi)', - '--sdk-build=<(sdk_build)', '--ant-args', '-DPRODUCT_DIR=<(ant_build_out)', '--ant-args', |