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

Unified Diff: testing/android/generate_native_test.py

Issue 11185069: Remove redundant option from script. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 2 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 | 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 169ea6693077210f6ecbaf199f9f925254ea2741..153403bd611f52d0dc8ac70be82edd7176461a8f 100755
--- a/testing/android/generate_native_test.py
+++ b/testing/android/generate_native_test.py
@@ -170,10 +170,6 @@ def main(argv):
help='ABI for native shared library')
parser.add_option('--strip-binary',
help='Binary to use for stripping the native libraries.')
- parser.add_option('--sdk-build', type='int', default=1,
- help='Unless set to 0, build the generated apk with ant. '
- 'Otherwise assume compiling within the Android '
- 'source tree using Android.mk.')
parser.add_option('--ant-args', action='append',
help='extra args for ant')
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698