Merge "Do not remove RRO resources"

am: b55ea658ba

Change-Id: I178c85c75e54ee74517daf35af213709e58b600a
This commit is contained in:
Ryan Mitchell 2020-01-15 06:01:13 -08:00 committed by android-build-merger
commit f174a2da23

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