From 608d7203d9fc482ab3ba68bc62dfeee186c7ab53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20J=C3=A1rai?= Date: Tue, 26 Jul 2016 04:49:14 -0700 Subject: Revert "Disable dexpreopt to make room for gapps on /system" This reverts commit f46175d718e519aeb0c2cd8bed2f1965fa57edf1. Open GApps Nano won't fit anyways, and there's still about 50 MB free after installing Pico. People who want bigger packages repartition anyways, so let's speed up the upgrading process a bit. Change-Id: I2e80b693265cea93fc9d6e894a266940ddc203b8 --- BoardConfig.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'BoardConfig.mk') diff --git a/BoardConfig.mk b/BoardConfig.mk index ef3dbb0..d41f3f5 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -81,6 +81,10 @@ BOARD_FLASH_BLOCK_SIZE := 4096 # Disable journaling on system.img to save space. BOARD_SYSTEMIMAGE_JOURNAL_SIZE := 0 +# Pre-optimize the boot image +WITH_DEXPREOPT := true +WITH_DEXPREOPT_BOOT_IMG_ONLY := true + # Wifi BOARD_WLAN_DEVICE := bcmdhd BOARD_WLAN_DEVICE_REV := bcm4330_b2 -- cgit v1.1