diff --git a/core/board_config.mk b/core/board_config.mk index 1b08f9a0b4059d840cbaf5335e255df143ebecb6..c8dc2d7fd86017a81461cd5734237d124f9d6a1c 100644 --- a/core/board_config.mk +++ b/core/board_config.mk @@ -149,7 +149,7 @@ _board_strip_readonly_list += $(_build_broken_var_list) \ # Conditional to building on linux, as dex2oat currently does not work on darwin. ifeq ($(HOST_OS),linux) - WITH_DEXPREOPT := true + WITH_DEXPREOPT := false endif # ###############################################################