flo/deb: clean up DEXPREOPT

This commit is contained in:
followmsi 2019-09-24 22:27:19 +02:00
parent 2d8f45434a
commit 1c4b51d09f
1 changed files with 1 additions and 10 deletions

View File

@ -71,16 +71,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
@ -99,6 +89,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)