From 31a8b56c318ce182778646051f4723a51dd74c83 Mon Sep 17 00:00:00 2001 From: Jaekyun Seok Date: Wed, 5 Apr 2017 11:23:26 +0900 Subject: [PATCH] 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 --- common.mk | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.20.1