msm8226-common: art.mk was not needed as we already have those defined in dexpreopt.mk for linux host

This commit is contained in:
Francescodario Cuzzocrea 2019-05-14 19:54:58 +02:00
parent ad3f7cc591
commit e7c65761fd
2 changed files with 5 additions and 7 deletions

View file

@ -1,3 +0,0 @@
# ART
WITH_DEXPREOPT := true
WITH_DEXPREOPT_BOOT_IMG_AND_SYSTEM_SERVER_ONLY ?= true

View file

@ -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