Merge "Do not remove RRO resources"

This commit is contained in:
Treehugger Robot 2020-01-15 13:18:03 +00:00 committed by Gerrit Code Review
commit b55ea658ba
1 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,12 @@ else
LOCAL_MODULE_PATH := $(partition)/overlay/$(LOCAL_RRO_THEME)
endif
# Do not remove resources without default values nor dedupe resource
# configurations with the same value
LOCAL_AAPT_FLAGS += \
--no-resource-deduping \
--no-resource-removal
partition :=
include $(BUILD_SYSTEM)/package.mk