land: Dex-preopt boot image

Change-Id: I00a73e746ed5aba4fb90fd15889a4f014d10f57c
This commit is contained in:
Zhao Wei Liew 2016-11-11 11:48:41 +08:00
parent 4796eb37b3
commit 7cf10eeb61

5
board/dexopt.mk Normal file
View file

@ -0,0 +1,5 @@
# Dexopt
ifeq ($(HOST_OS),linux)
WITH_DEXPREOPT := true
WITH_DEXPREOPT_BOOT_IMG_ONLY := true
endif