Loading core/board_config.mk +5 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,11 @@ # and sanity-checks the variable defined therein. # ############################################################### # Conditional to building on linux, as dex2oat currently does not work on darwin. ifeq ($(HOST_OS),linux) WITH_DEXPREOPT := true endif # ############################################################### # Broken build defaults # ############################################################### Loading core/dex_preopt_config.mk +0 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,6 @@ ifeq ($(PRODUCT_DEX_PREOPT_NEVER_ALLOW_STRIPPING),) endif # Conditional to building on linux, as dex2oat currently does not work on darwin. ifeq ($(HOST_OS),linux) WITH_DEXPREOPT ?= true ifeq (eng,$(TARGET_BUILD_VARIANT)) # Don't strip for quick development turnarounds. DEX_PREOPT_DEFAULT := nostripping Loading Loading
core/board_config.mk +5 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,11 @@ # and sanity-checks the variable defined therein. # ############################################################### # Conditional to building on linux, as dex2oat currently does not work on darwin. ifeq ($(HOST_OS),linux) WITH_DEXPREOPT := true endif # ############################################################### # Broken build defaults # ############################################################### Loading
core/dex_preopt_config.mk +0 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,6 @@ ifeq ($(PRODUCT_DEX_PREOPT_NEVER_ALLOW_STRIPPING),) endif # Conditional to building on linux, as dex2oat currently does not work on darwin. ifeq ($(HOST_OS),linux) WITH_DEXPREOPT ?= true ifeq (eng,$(TARGET_BUILD_VARIANT)) # Don't strip for quick development turnarounds. DEX_PREOPT_DEFAULT := nostripping Loading