Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d0b09035 authored by Nicolas Geoffray's avatar Nicolas Geoffray Committed by Automerger Merge Worker
Browse files

Merge "Preopt apps with updatable boot classpath too." am: 01545ef7

Original change: https://android-review.googlesource.com/c/platform/build/+/1654960

Change-Id: I44cec1de6806af9451e4b60a9702a27e2830fada
parents 2028ab10 01545ef7
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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)