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, |