commit | 351bac996cb6e329f935aa70e59fa9f4aa58d65d | [log] [tgz] |
---|---|---|
author | Rico Wind <ricow@google.com> | Thu Sep 22 10:41:42 2022 +0200 |
committer | Rico Wind <ricow@google.com> | Fri Sep 23 19:11:11 2022 +0200 |
tree | 0fa1b238261062c52b576012f4042bff0a997c02 | |
parent | eb30142616c1c79e8b84970fb044a9589baa7dfc [diff] [blame] |
Add soong support for resource shrinking This adds a new flag to the optimize section to allow invoking the resource shrinker Bug: 246217952 Test: m Change-Id: I2e7851af1189db2a6adf6f9f9f444a1d7f3a8d60
diff --git a/java/dex.go b/java/dex.go index a44d792..f5969a5 100644 --- a/java/dex.go +++ b/java/dex.go
@@ -63,6 +63,8 @@ // classes referenced by the app manifest. Defaults to false. No_aapt_flags *bool + Shrink_resources *bool + // Flags to pass to proguard. Proguard_flags []string