summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew F. Davis2018-10-08 16:06:06 -0500
committerAndrew F. Davis2018-10-08 16:06:06 -0500
commite0535a783ba932377bc2ad580daab578f336ad89 (patch)
tree012f3cd44382f07c172085b16d6d04bdeb3cf5d7
parentc9bec42238bfa15023642775528062c001ca7a1c (diff)
downloaddevice-ti-j721e-e0535a783ba932377bc2ad580daab578f336ad89.tar.gz
device-ti-j721e-e0535a783ba932377bc2ad580daab578f336ad89.tar.xz
device-ti-j721e-e0535a783ba932377bc2ad580daab578f336ad89.zip
TEMP: Disable optimizing DEX code at build time
This works around a boot error preventing boot, but also drastically increases first time boot so this should be reverted when the error is root-caused. Signed-off-by: Andrew F. Davis <afd@ti.com>
-rw-r--r--BoardConfig.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index e7c91d2..aba6395 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -54,3 +54,5 @@ BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
54 54
55BOARD_ALL_MODULES := $(shell find $(KERNELDIR) -type f -iname '*.ko') 55BOARD_ALL_MODULES := $(shell find $(KERNELDIR) -type f -iname '*.ko')
56BOARD_VENDOR_KERNEL_MODULES += $(BOARD_ALL_MODULES) 56BOARD_VENDOR_KERNEL_MODULES += $(BOARD_ALL_MODULES)
57
58WITH_DEXPREOPT := false