mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
6b76d51966
Change-Id: If375e683b32d1509ffab49989d5bd89985d262e4
6 lines
148 B
Makefile
6 lines
148 B
Makefile
# Basic dexpreopt
|
|
ifeq ($(HOST_OS),linux)
|
|
#We need this otherwise WIFI causes a bootloop on each connect!
|
|
WITH_DEXPREOPT := true
|
|
|
|
endif
|