diff options
Diffstat (limited to 'target/board/generic_x86')
-rw-r--r-- | target/board/generic_x86/BoardConfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/board/generic_x86/BoardConfig.mk b/target/board/generic_x86/BoardConfig.mk index db89582..c634bcd 100644 --- a/target/board/generic_x86/BoardConfig.mk +++ b/target/board/generic_x86/BoardConfig.mk @@ -24,7 +24,7 @@ BOARD_MALLOC_ALIGNMENT := 16 # Enable dex-preoptimization to speed up the first boot sequence # of an SDK AVD. Note that this operation only works on Linux for now ifeq ($(HOST_OS),linux) -WITH_DEXPREOPT := true +WITH_DEXPREOPT ?= true endif # Build OpenGLES emulation host and guest libraries |