From: Jaekyun Seok Date: Wed, 5 Apr 2017 02:23:26 +0000 (+0900) Subject: exynos9610: Enforce RRO on framework-res X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2f378ab37fdafa34bbaa83a2786e0b10784b04d0;p=GitHub%2Fmoto-9609%2Fandroid_device_motorola_exynos9610-common.git exynos9610: Enforce RRO on framework-res Overlays only for framework-res will be converted into RROs. Other overlays can't be converted due to some known issues on app RRO. Bug: 36231603 Change-Id: Idca30fdbbcc990fd124de16a06a112a346612a61 --- diff --git a/common.mk b/common.mk index 73280d4..8f214a7 100644 --- a/common.mk +++ b/common.mk @@ -23,6 +23,10 @@ $(call inherit-product-if-exists, vendor/motorola/exynos9610-common/exynos9610-c DEVICE_PACKAGE_OVERLAYS += $(COMMON_PATH)/overlay +# RRO (Runtime Resource Overlay) +PRODUCT_ENFORCE_RRO_TARGETS := \ + framework-res + # A/B AB_OTA_UPDATER := true