diff options
author | yongsheng.zhu@intel.com <yongsheng.zhu@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-30 09:27:12 +0000 |
---|---|---|
committer | yongsheng.zhu@intel.com <yongsheng.zhu@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-30 09:27:12 +0000 |
commit | bacb1fba0b9b9210c66e567c4b92fbe7e47a9235 (patch) | |
tree | 6cc6f8571162084afa4255910072d6ec73038dc0 /build/apk_test.gypi | |
parent | ad9b096876c61d72d74abc16af614ad5560852c6 (diff) | |
download | chromium_src-bacb1fba0b9b9210c66e567c4b92fbe7e47a9235.zip chromium_src-bacb1fba0b9b9210c66e567c4b92fbe7e47a9235.tar.gz chromium_src-bacb1fba0b9b9210c66e567c4b92fbe7e47a9235.tar.bz2 |
Add the target ABI option for apk based test runner
Remove the hardcode directory name 'armeabi' and replace it with the Android target ABI information.
Trivial gyp changes that are android-specific; TBRing some owners
TBR=mark@chromium.org,jam@chromium.org,sky@chromium.org
BUG=128944
TEST=
Review URL: https://chromiumcodereview.appspot.com/10383263
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139512 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/apk_test.gypi')
-rw-r--r-- | build/apk_test.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/apk_test.gypi b/build/apk_test.gypi index a61795b..83f88b4 100644 --- a/build/apk_test.gypi +++ b/build/apk_test.gypi @@ -43,6 +43,8 @@ '"<@(input_jars_paths)"', '--output', '<(PRODUCT_DIR)/<(test_suite_name)_apk', + '--app_abi', + '<(android_app_abi)', '--ant-args', '-DPRODUCT_DIR=<(ant_build_out)', '--ant-compile' |