From 2ce76958c46b06c3a9cb06f750f9de5493e22f00 Mon Sep 17 00:00:00 2001 From: followmsi Date: Tue, 24 Sep 2019 22:27:19 +0200 Subject: [PATCH] flo/deb: clean up DEXPREOPT --- BoardConfigCommon.mk | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index ff4d868..f531f7f 100755 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -69,16 +69,6 @@ TARGET_USES_ION := true TARGET_USES_OVERLAY := true TARGET_USES_SF_BYPASS := true -# Enable dex-preoptimization to speed up first boot sequence -ifeq ($(HOST_OS),linux) - ifeq ($(TARGET_BUILD_VARIANT),user) - ifeq ($(WITH_DEXPREOPT),) - WITH_DEXPREOPT := true - endif - endif -endif -WITH_DEXPREOPT_BOOT_IMG_ONLY ?= true - TARGET_USERIMAGES_USE_EXT4 := true TARGET_USERIMAGES_USE_F2FS := true BOARD_BOOTIMAGE_PARTITION_SIZE := 23068672 # 22M @@ -96,6 +86,7 @@ ifeq ($(HOST_OS),linux) endif endif endif +DONT_DEXPREOPT_PREBUILTS := true BOARD_USERDATAIMAGE_PARTITION_SIZE := 12348030976 # 11.5G BOARD_FLASH_BLOCK_SIZE := 131072 # (BOARD_KERNEL_PAGESIZE * 64)