sdm710-common: Remove dex flags

* Already enabled on Q

Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
Dyneteve 2019-12-25 16:53:42 +02:00 committed by SamarV-121
parent 9232dfafba
commit 9b38fdf2cd

View file

@ -48,14 +48,6 @@ TARGET_USES_QTI_CAMERA_DEVICE := true
# Charger Mode # Charger Mode
BOARD_CHARGER_ENABLE_SUSPEND := true BOARD_CHARGER_ENABLE_SUSPEND := true
# Dex
ifeq ($(HOST_OS),linux)
ifneq ($(TARGET_BUILD_VARIANT),eng)
WITH_DEXPREOPT_BOOT_IMG_AND_SYSTEM_SERVER_ONLY ?= false
WITH_DEXPREOPT := true
endif
endif
# DRM # DRM
TARGET_ENABLE_MEDIADRM_64 := true TARGET_ENABLE_MEDIADRM_64 := true