Merge "Change RRO enforcement logic"

This commit is contained in:
Yo Chiang 2019-10-02 02:34:35 +00:00 committed by Gerrit Code Review
commit 9c683dc968
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ include $(BUILD_SYSTEM)/support_libraries.mk
# Determine whether auto-RRO is enabled for this package.
enforce_rro_enabled :=
ifeq ($(PRODUCT_ENFORCE_RRO_TARGETS),*)
ifneq (,$(filter *, $(PRODUCT_ENFORCE_RRO_TARGETS)))
# * means all system APKs, so enable conditionally based on module path.
# Note that base_rules.mk has not yet been included, so it's likely that only