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)
This commit is contained in:
parent
8ddc3489ac
commit
599f052e17
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue