Support testing for resource shrinking

Add a simple test and add necessary mock dependencies to allow future
resoure shrinking use with platform targets.

Test: m
Bug: 202959019
Change-Id: Id2dd44d52ce5ea62c06784caab0af6276248cb3f
This commit is contained in:
Jared Duke
2022-09-27 16:53:11 -07:00
parent 76832f5b10
commit 51b0a10229
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(),
)