sdm660: Depreceate DEX flag
Already Enabled on Q
This commit is contained in:
parent
c67012efe5
commit
6705f181df
1 changed files with 0 additions and 11 deletions
|
@ -113,17 +113,6 @@ TARGET_USES_ION := true
|
|||
# DRM
|
||||
TARGET_ENABLE_MEDIADRM_64 := true
|
||||
|
||||
# Dexpreopt
|
||||
ifeq ($(HOST_OS),linux)
|
||||
ifneq ($(TARGET_BUILD_VARIANT),eng)
|
||||
ifeq ($(WITH_DEXPREOPT),)
|
||||
DONT_DEXPREOPT_PREBUILTS := true
|
||||
WITH_DEXPREOPT := true
|
||||
WITH_DEXPREOPT_BOOT_IMG_AND_SYSTEM_SERVER_ONLY := true
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
# EXFAT
|
||||
TARGET_EXFAT_DRIVER := sdfat
|
||||
|
||||
|
|
Loading…
Reference in a new issue