Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit ec629dd7 authored by Rico Wind's avatar Rico Wind
Browse files

Add --enable-compact-entries to aapt2 convert

Currently, when we run the resource shrinker we will do:
 - Convert apk from binary to proto
 - Do resource shrinking
 - Convert shrunken proto format apk back to binary

The original apk is linked with --enable-compact-entries (which we generally set on platform)
but the flag is not available when converting, so the last conversion step will not use the compact mode

Bug: 294016857
Test: tableflattener tests already cover these, this is just a flag passed

Change-Id: If5f1336c5eb3736bc40db89cdefe6f1a9aa189dd
parent af228ddc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment