Merge "Add soong support for resource shrinking"

This commit is contained in:
Rico Wind
2022-09-24 05:19:33 +00:00
committed by Gerrit Code Review
7 changed files with 64 additions and 11 deletions

View File

@@ -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