From 599f052e17451d83d1d8b56c3e0a64580aca3706 Mon Sep 17 00:00:00 2001 From: Jaekyun Seok Date: Wed, 5 Apr 2017 11:23:26 +0900 Subject: [PATCH] sdm660-common: 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 (cherry picked from commit db1b6058200fc5255f519cf6609fca7619d6743e) --- sdm660.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sdm660.mk b/sdm660.mk index e95c2b15..85b682fd 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -30,6 +30,10 @@ COMMON_PATH := device/xiaomi/sdm660-common # Inherit properties $(call inherit-product, $(COMMON_PATH)/properties.mk) +# RRO +PRODUCT_ENFORCE_RRO_TARGETS := \ + framework-res + # Boot animation TARGET_BOOTANIMATION_SIZE := 1080p