Merge "Support testing for resource shrinking"

This commit is contained in:
Treehugger Robot
2022-12-01 06:09:29 +00:00
committed by Gerrit Code Review
4 changed files with 56 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ var prepareForTestWithFrameworkDeps = android.GroupFixturePreparers(
// Needed for R8 rules on apps
"build/make/core/proguard.flags": nil,
"build/make/core/proguard_basic_keeps.flags": nil,
"prebuilts/cmdline-tools/shrinker.xml": nil,
}.AddToFixture(),
)