Merge "Document SYSTEM_OTHER_ODEX_FILTER matching" am: 3cc4fa6394
am: bde786ca70
am: 2ce82aea1a
am: 9cef3e597e
Change-Id: I5fe8bfc84e02538f41fe404105369e56501c2de9
This commit is contained in:
commit
dffd81b9d5
2 changed files with 5 additions and 1 deletions
|
@ -684,6 +684,9 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system_other)
|
|||
|
||||
$(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
|
||||
# ************************************************
|
||||
|
|
|
@ -4,7 +4,8 @@ DEX_PREOPT_CONFIG := $(SOONG_OUT_DIR)/dexpreopt.config
|
|||
DEX_PREOPT_DEFAULT ?= true
|
||||
|
||||
# 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 ?= \
|
||||
app/% \
|
||||
priv-app/% \
|
||||
|
|
Loading…
Reference in a new issue