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

Unified Diff: testing/android/generate_native_test.py

Issue 10538065: Remove duplicate call to InitAndroidTest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed nits Created 8 years, 6 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 | « base/test/test_support_android.cc ('k') | testing/android/native_test_launcher.cc » ('j') | 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 658a13a46965b2aeb00a941cf5b4a3b400fc3d38..f65c841bc8e88fc217644538ed9531679cf824cf 100755
--- a/testing/android/generate_native_test.py
+++ b/testing/android/generate_native_test.py
@@ -211,10 +211,6 @@ def main(argv):
if options.jars:
jar_list = options.jars.replace('"', '').split()
- # Ignore --ant-compile when building with Android source.
- if 'ANDROID_BUILD_TOP' in os.environ:
- options.ant_compile = False
-
ntag = NativeTestApkGenerator(native_library=options.native_library,
jars=jar_list,
output_directory=options.output,
« no previous file with comments | « base/test/test_support_android.cc ('k') | testing/android/native_test_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698