land: Dex-preopt boot image
Change-Id: I00a73e746ed5aba4fb90fd15889a4f014d10f57c
This commit is contained in:
parent
4796eb37b3
commit
7cf10eeb61
1 changed files with 5 additions and 0 deletions
5
board/dexopt.mk
Normal file
5
board/dexopt.mk
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Dexopt
|
||||
ifeq ($(HOST_OS),linux)
|
||||
WITH_DEXPREOPT := true
|
||||
WITH_DEXPREOPT_BOOT_IMG_ONLY := true
|
||||
endif
|
Loading…
Reference in a new issue