diff options
Diffstat (limited to 'build')
-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' |