Chromium Code Reviews| Index: build/apk_test.gypi |
| diff --git a/build/apk_test.gypi b/build/apk_test.gypi |
| index 83f88b4b026d620aa0c6817d5cae02c862becbee..0823149c37dc962683805e8d0faa58a6902a8de2 100644 |
| --- a/build/apk_test.gypi |
| +++ b/build/apk_test.gypi |
| @@ -47,7 +47,7 @@ |
| '<(android_app_abi)', |
| '--ant-args', |
| '-DPRODUCT_DIR=<(ant_build_out)', |
| - '--ant-compile' |
| + '--ant-compile=<(sdk_build)' |
|
bulach
2012/08/01 12:49:56
this is a bit confusing.. since this is the only p
Peter Beverloo
2012/08/01 15:11:56
Agreed. I didn't change the help text, as I think
|
| ], |
| }], |
| }], # 'OS == "android" and gtest_target_type == "shared_library" |