Index: build/android/gyp/write_build_config.py |
diff --git a/build/android/gyp/write_build_config.py b/build/android/gyp/write_build_config.py |
index 9e209f72f507618f23817e7d00dfcfbb07d61845..baa535db6848fa78a9f283e847c6fb00f8fe968c 100755 |
--- a/build/android/gyp/write_build_config.py |
+++ b/build/android/gyp/write_build_config.py |
@@ -435,7 +435,6 @@ def main(argv): |
config['proguard'] = {} |
proguard_config = config['proguard'] |
proguard_config['input_paths'] = [options.jar_path] + java_full_classpath |
- proguard_config['tested_apk_info'] = '' |
# An instrumentation test apk should exclude the dex files that are in the apk |
# under test. |
@@ -456,7 +455,6 @@ def main(argv): |
if tested_apk_config['proguard_enabled']: |
assert proguard_enabled, ('proguard must be enabled for instrumentation' |
' apks if it\'s enabled for the tested apk') |
- proguard_config['tested_apk_info'] = tested_apk_config['proguard_info'] |
# Dependencies for the final dex file of an apk or a 'deps_dex'. |
if options.type in ['android_apk', 'deps_dex']: |