Switch Framework resources to sparse encoding

Bug: 234059741
Test: manual + presubmits
Change-Id: I150ad8a26e03b35de2f41879272502341f296387
This commit is contained in:
Yurii Zubrytskyi
2022-08-30 08:54:42 -07:00
parent a6ee9cb4cf
commit 34d16ec08d

View File

@@ -130,6 +130,10 @@ android_app {
// Allow overlay to add resource // Allow overlay to add resource
"--auto-add-overlay", "--auto-add-overlay",
// Framework resources benefit tremendously from enabling sparse encoding, saving tens
// of MBs in size and RAM use.
"--enable-sparse-encoding",
], ],
resource_zips: [ resource_zips: [