diff options
author | Jaekyun Seok <jaekyun@google.com> | 2017-04-05 11:23:26 +0900 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-03-03 15:54:58 +0100 |
commit | dda7f4d3918966142ee37bb4fcb34d15358fbbd2 (patch) | |
tree | 3015d1bdf271fe8c32547e19a011d8671ea407f5 | |
parent | 10fcb84b72fff0116d7c14ee32081de824c850fe (diff) |
msm8996-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)
-rwxr-xr-x | msm8996.mk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -30,6 +30,9 @@ DEVICE_PACKAGE_OVERLAYS += \ $(LOCAL_PATH)/overlay \ $(LOCAL_PATH)/overlay-lineage +PRODUCT_ENFORCE_RRO_TARGETS := \ + framework-res + # Screen density PRODUCT_AAPT_CONFIG := normal PRODUCT_AAPT_PREF_CONFIG := xxhdpi |