mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
msm8226-common: art.mk was not needed as we already have those defined in dexpreopt.mk for linux host
This commit is contained in:
parent
ad3f7cc591
commit
e7c65761fd
2 changed files with 5 additions and 7 deletions
|
@ -1,3 +0,0 @@
|
|||
# ART
|
||||
WITH_DEXPREOPT := true
|
||||
WITH_DEXPREOPT_BOOT_IMG_AND_SYSTEM_SERVER_ONLY ?= true
|
|
@ -1,6 +1,7 @@
|
|||
# Basic dexpreopt
|
||||
# Dexpreopt
|
||||
ifeq ($(HOST_OS),linux)
|
||||
#We need this otherwise WIFI causes a bootloop on each connect!
|
||||
WITH_DEXPREOPT := true
|
||||
|
||||
ifneq ($(TARGET_BUILD_VARIANT),eng)
|
||||
WITH_DEXPREOPT_BOOT_IMG_AND_SYSTEM_SERVER_ONLY ?= false
|
||||
WITH_DEXPREOPT := true
|
||||
endif
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue