Index: build/java_apk.gypi |
diff --git a/build/java_apk.gypi b/build/java_apk.gypi |
index fa1c421331578e95d87d20e786e4f24521cddec9..92c8cfa0b5e29bb8a70644562bc4182a721e1c59 100644 |
--- a/build/java_apk.gypi |
+++ b/build/java_apk.gypi |
@@ -162,7 +162,7 @@ |
'conditions': [ |
['proguard_enabled == "true"', { |
'variables': { |
- #'proguard_enabled': 'true', |
+ 'proguard_enabled': 'true', |
} |
}], |
], |
@@ -713,7 +713,7 @@ |
['is_test_apk == 1 and tested_apk_dex_path != "/"', { |
'variables': { |
'dex_additional_options': [ |
- #'--excluded-paths-file', '>(tested_apk_dex_path).inputs' |
+ '--excluded-paths-file', '>(tested_apk_dex_path).inputs' |
], |
}, |
'inputs': [ |