diff options
| -rw-r--r-- | core/res/Android.bp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/res/Android.bp b/core/res/Android.bp index 7e17840445ab..93ce7832824b 100644 --- a/core/res/Android.bp +++ b/core/res/Android.bp @@ -130,10 +130,6 @@ android_app { // Allow overlay to add resource "--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: [ |