commit | 724b0f56b27908a1ac6538c29e6ea5a2336fb531 | [log] [tgz] |
---|---|---|
author | Jared Duke <[email protected]> | Thu Sep 22 11:57:21 2022 -0700 |
committer | Jared Duke <[email protected]> | Mon Oct 24 15:59:45 2022 +0000 |
tree | 17cb264d3c2ff03635c8a43bb8c9dc3b14e49c5f | |
parent | f6b27d6a816efc587f030b83e0672e4df82000c1 [diff] |
Enable shrinking for EasterEgg This reduces the dex size by ~1.5MB (~85%). Note that we intentionally use a very conservative Proguard config to minimize risk, as this target isn't as widely used or tested as other system apps. In any case, most of the reduction comes from trimming transitive deps, as the app layer is relatively thin. Test: m + toggle several easter eggs Bug: 203241149 Change-Id: I5e13e2246053fde2c4ac71e38a28f8de5c6c51c7