mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
7 lines
148 B
Makefile
7 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
|