Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4230bf9 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Do not remove RRO resources" am: b55ea658 am: f174a2da am: cb807e94

Change-Id: Ie85f5ea97117343dcdcc0082f9f1079d98c0f0ec
parents a5c409bb cb807e94
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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