summaryrefslogtreecommitdiff
path: root/BoardConfig.mk
diff options
context:
space:
mode:
Diffstat (limited to 'BoardConfig.mk')
-rw-r--r--BoardConfig.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 75e9a1f..f58e999 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -144,3 +144,5 @@ BOARD_SEPOLICY_DIRS += device/asus/fugu/sepolicy
# Don't dex preopt prebuilt apps that will be updated from Play Store
DONT_DEXPREOPT_PREBUILTS := true
+# Don't uncompress dex files in priv apps APKs to save on space.
+DONT_UNCOMPRESS_PRIV_APPS_DEXS := true