msm8976-common: Enable boot dexpreopt

This commit is contained in:
Luca Stefani 2017-01-22 13:16:50 +01:00 committed by GitHub
parent 6711b2f3cb
commit f59aeb017d
1 changed files with 10 additions and 0 deletions

View File

@ -108,6 +108,16 @@ BOARD_HARDWARE_CLASS += \
hardware/samsung/cmhw \
$(VENDOR_PATH)/cmhw
# Dex
ifeq ($(HOST_OS),linux)
ifneq ($(TARGET_BUILD_VARIANT),eng)
ifeq ($(WITH_DEXPREOPT),)
WITH_DEXPREOPT := true
endif
endif
endif
WITH_DEXPREOPT_BOOT_IMG_ONLY ?= true
# Display
BOARD_USES_ADRENO := true
NUM_FRAMEBUFFER_SURFACE_BUFFERS := 3