From 7cf10eeb611f19dfbc85aa910d5973d2ae810371 Mon Sep 17 00:00:00 2001 From: Zhao Wei Liew Date: Fri, 11 Nov 2016 11:48:41 +0800 Subject: [PATCH] land: Dex-preopt boot image Change-Id: I00a73e746ed5aba4fb90fd15889a4f014d10f57c --- board/dexopt.mk | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 board/dexopt.mk diff --git a/board/dexopt.mk b/board/dexopt.mk new file mode 100644 index 0000000..a8029d4 --- /dev/null +++ b/board/dexopt.mk @@ -0,0 +1,5 @@ +# Dexopt +ifeq ($(HOST_OS),linux) + WITH_DEXPREOPT := true + WITH_DEXPREOPT_BOOT_IMG_ONLY := true +endif