Chromium Code Reviews| Index: build/apk_test.gypi |
| diff --git a/build/apk_test.gypi b/build/apk_test.gypi |
| index a61795b9defc9bacabcd635bbfbfa64206c2ce95..83f88b4b026d620aa0c6817d5cae02c862becbee 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' |