summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2017-09-20 09:45:23 +0100
committerNicolas Geoffray <ngeoffray@google.com>2017-09-20 09:45:23 +0100
commit718916bdf9bae9f5150818685201c685d0f90353 (patch)
tree5bf831af2a60b626d7eafa10b5f177ce3e245c71
parent64bc4f01e6d9890f56ac7f103bda0666a8713d14 (diff)
parent3c9c11746af0f6d8f3abf30d3f32c9b0f3a342fe (diff)
downloadfugu-718916bdf9bae9f5150818685201c685d0f90353.tar.gz
resolve merge conflicts of 3c9c117 to stage-aosp-master
Test: I solemnly swear I tested this conflict resolution. Change-Id: Ie87035926bc9ab1590a8c1635cab12e028ad0953
-rw-r--r--BoardConfig.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index eef253e..ce15baf 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -144,6 +144,9 @@ 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
+
# Vendor Interface Manifest
DEVICE_MANIFEST_FILE := device/asus/fugu/manifest.xml
DEVICE_MATRIX_FILE := device/asus/fugu/compatibility_matrix.xml