summaryrefslogtreecommitdiffstats
path: root/build/java_apk.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'build/java_apk.gypi')
-rw-r--r--build/java_apk.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/java_apk.gypi b/build/java_apk.gypi
index fa1c421..92c8cfa 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': [