summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2016-01-12 12:02:25 -0600
committerRob Herring <robh@kernel.org>2016-01-12 12:02:25 -0600
commit57318ffa3afc9b7da15d9ee3377668a5d06ec6f3 (patch)
treed33bb19a948f6ff19557d3b5e0bb245f092724f9
parentaa08a7864de3d7b6675ed15486218e80f3f79080 (diff)
Adjust image create size and type
For actual h/w (i.e. non-qemu), we need sparse images and smaller filesystem size. The smaller filesystem means we need to disable DEX compiling to native code. Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r--BoardConfig.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 456b72f..69ffdd2 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -15,3 +15,8 @@
BOARD_USES_DRM_HWCOMPOSER := true
BOARD_GPU_DRIVERS := freedreno virgl
+
+BOARD_SYSTEMIMAGE_PARTITION_SIZE := 644245504
+TARGET_USERIMAGES_SPARSE_EXT_DISABLED := false
+
+WITH_DEXPREOPT := false