summaryrefslogtreecommitdiff
path: root/java/dex.go
diff options
context:
space:
mode:
Diffstat (limited to 'java/dex.go')
-rw-r--r--java/dex.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/dex.go b/java/dex.go
index a44d7921f..f5969a5db 100644
--- a/java/dex.go
+++ b/java/dex.go
@@ -63,6 +63,8 @@ type DexProperties struct {
// classes referenced by the app manifest. Defaults to false.
No_aapt_flags *bool
+ Shrink_resources *bool
+
// Flags to pass to proguard.
Proguard_flags []string