diff options
| author | Jaekyun Seok <jaekyun@google.com> | 2017-04-05 11:23:26 +0900 |
|---|---|---|
| committer | Jeferson Oliveira <jroliveira.oliveira301@gmail.com> | 2021-04-12 13:17:27 +0200 |
| commit | e7a860d1e3308ea58592470e04a32415b7f34c18 (patch) | |
| tree | ac5d49d0ef29012c0aaebc998c230ad350b5cd27 | |
| parent | 969c090ae5e4dadbec911d3ce5d73c2ce8ae6598 (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.mk | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 + |
