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

View File

@@ -32,6 +32,12 @@ else
LOCAL_MODULE_PATH := $(partition)/overlay/$(LOCAL_RRO_THEME) LOCAL_MODULE_PATH := $(partition)/overlay/$(LOCAL_RRO_THEME)
endif 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 := partition :=
include $(BUILD_SYSTEM)/package.mk include $(BUILD_SYSTEM)/package.mk