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

Commit 3cc4fa63 authored by Anton Hansson's avatar Anton Hansson Committed by Gerrit Code Review
Browse files

Merge "Document SYSTEM_OTHER_ODEX_FILTER matching"

parents 2ce54fa7 3c5a18fc
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -678,6 +678,9 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system_other)


$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/apex)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/apex)


# Migrate preopt files to system_other for some devices
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/*/*app/*/oat)

# ************************************************
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************
# ************************************************
+2 −1
Original line number Original line Diff line number Diff line
@@ -4,7 +4,8 @@ DEX_PREOPT_CONFIG := $(SOONG_OUT_DIR)/dexpreopt.config
DEX_PREOPT_DEFAULT ?= true
DEX_PREOPT_DEFAULT ?= true


# The default filter for which files go into the system_other image (if it is
# The default filter for which files go into the system_other image (if it is
# being used). To bundle everything one should set this to '%'
# being used). Note that each pattern p here matches both '/<p>' and /system/<p>'.
# To bundle everything one should set this to '%'.
SYSTEM_OTHER_ODEX_FILTER ?= \
SYSTEM_OTHER_ODEX_FILTER ?= \
    app/% \
    app/% \
    priv-app/% \
    priv-app/% \