Loading core/dex_preopt_config.mk +2 −3 Original line number Diff line number Diff line Loading @@ -47,9 +47,8 @@ SYSTEM_OTHER_ODEX_FILTER ?= \ product/app/% \ product/priv-app/% \ # Global switch control if updatable boot jars are included in dexpreopt. # Currently unconditionally set to true, this may change in the future. DEX_PREOPT_WITH_UPDATABLE_BCP := false # Global switch to control if updatable boot jars are included in dexpreopt. DEX_PREOPT_WITH_UPDATABLE_BCP := true # Conditional to building on linux, as dex2oat currently does not work on darwin. ifeq ($(HOST_OS),linux) Loading Loading
core/dex_preopt_config.mk +2 −3 Original line number Diff line number Diff line Loading @@ -47,9 +47,8 @@ SYSTEM_OTHER_ODEX_FILTER ?= \ product/app/% \ product/priv-app/% \ # Global switch control if updatable boot jars are included in dexpreopt. # Currently unconditionally set to true, this may change in the future. DEX_PREOPT_WITH_UPDATABLE_BCP := false # Global switch to control if updatable boot jars are included in dexpreopt. DEX_PREOPT_WITH_UPDATABLE_BCP := true # Conditional to building on linux, as dex2oat currently does not work on darwin. ifeq ($(HOST_OS),linux) Loading