aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaekyun Seok <jaekyun@google.com>2017-04-05 11:23:26 +0900
committerJeferson Oliveira <jroliveira.oliveira301@gmail.com>2021-04-12 13:17:27 +0200
commite7a860d1e3308ea58592470e04a32415b7f34c18 (patch)
treeac5d49d0ef29012c0aaebc998c230ad350b5cd27
parent969c090ae5e4dadbec911d3ce5d73c2ce8ae6598 (diff)
harpia: 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) Change-Id: Ib457b09d0de5c16c73eb099f9e6dc2a1e88572ad
-rw-r--r--device.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index 866a15b..e104789 100644
--- a/device.mk
+++ b/device.mk
@@ -50,3 +50,8 @@ $(call inherit-product, device/motorola/harpia/system_prop.mk)
PRODUCT_PACKAGES += \
init.device.config.sh \
init.target.rc
+
+# RRO
+PRODUCT_ENFORCE_RRO_TARGETS := \
+ framework-res
+