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

Unified Diff: testing/android/generate_native_test.py

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: 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
« build/apk_test.gypi ('K') | « build/apk_test.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/android/generate_native_test.py
diff --git a/testing/android/generate_native_test.py b/testing/android/generate_native_test.py
index e71fbbee359b686190276b60fe309d2013f9da2d..964983c80c82c4dbdc0ea254a64053dede0118de 100755
--- a/testing/android/generate_native_test.py
+++ b/testing/android/generate_native_test.py
@@ -180,10 +180,10 @@ def main(argv):
help='Output directory for generated files.')
parser.add_option('--app_abi', default='armeabi',
help='ABI for native shared library')
- parser.add_option('--ant-compile', action='store_true',
- help=('If specified, build the generated apk with ant. '
- 'Otherwise assume compiling within the Android '
- 'source tree using Android.mk.'))
+ parser.add_option('--ant-compile', type='int', default=0,
nilesh 2012/08/01 13:49:43 Maybe we should remove "--ant-compile" from DumpRe
Peter Beverloo 2012/08/01 15:11:56 By following Marcus' suggestion about renaming the
+ help='If set to 1, build the generated apk with ant. '
+ 'Otherwise assume compiling within the Android '
+ 'source tree using Android.mk.')
parser.add_option('--ant-args',
help='extra args for ant')
« build/apk_test.gypi ('K') | « build/apk_test.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698