summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2017-09-19 12:59:16 +0100
committerNicolas Geoffray <ngeoffray@google.com>2017-09-19 17:40:14 +0100
commit3c9c11746af0f6d8f3abf30d3f32c9b0f3a342fe (patch)
tree09bd4ec43062e82060b88517fd2bafa874f0f132
parentc462a793bb04e9f9783592d6b1ba452f2d0266e3 (diff)
downloadfugu-3c9c11746af0f6d8f3abf30d3f32c9b0f3a342fe.tar.gz
Fugu: opt-out from priv-apps work experiment.
bug: 30972906 bug: 63920015 Fugu doesn't have enough space Test: build fugu Change-Id: I1ff6dfbe4308b498c70cb3ca08efed5ce5633be5
-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