From 5b963aace24092ddc2770dfef01e7022e8983a89 Mon Sep 17 00:00:00 2001 From: Thierry Strudel Date: Tue, 13 Sep 2016 11:05:37 -0700 Subject: [PATCH] BoardConfig: install odex files to other system image Bug: 31420007 Change-Id: Id382592719f5e3579a80e3aa5b9f4ff932110b25 Signed-off-by: Thierry Strudel --- CommonBoardConfig.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CommonBoardConfig.mk b/CommonBoardConfig.mk index 660ac76..4caaf5a 100644 --- a/CommonBoardConfig.mk +++ b/CommonBoardConfig.mk @@ -43,6 +43,9 @@ TARGET_BOARD_KERNEL_HEADERS := device/google/muskie/kernel-headers TARGET_NO_BOOTLOADER := true +# Install odex files into the other system image +BOARD_USES_SYSTEM_OTHER_ODEX := true + BOARD_ROOT_EXTRA_FOLDERS := persist firmware TARGET_USES_HWC2 := true