Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3021)

Unified Diff: build/apk_test.gypi

Issue 10821128: Introduce the --sdk-build flag for Android's native test generator (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: y Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | testing/android/generate_native_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/apk_test.gypi
diff --git a/build/apk_test.gypi b/build/apk_test.gypi
index 83f88b4b026d620aa0c6817d5cae02c862becbee..557499b1220b651371b2086c5f83e9107d92923d 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'
+ '--sdk-build=<(sdk_build)',
],
}],
}], # 'OS == "android" and gtest_target_type == "shared_library"
« no previous file with comments | « no previous file | testing/android/generate_native_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698