6 lines
103 B
Makefile
6 lines
103 B
Makefile
|
# Dexopt
|
||
|
ifeq ($(HOST_OS),linux)
|
||
|
WITH_DEXPREOPT := true
|
||
|
WITH_DEXPREOPT_BOOT_IMG_ONLY := true
|
||
|
endif
|