rockchip: move resolution_white.xml to /vendor/etc

Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib2b975092db744e70fa3eeebbc51dda17ced6a20
This commit is contained in:
hmz007
2025-03-13 10:26:58 +08:00
parent 61392335a4
commit d31f8fffbc
5 changed files with 11 additions and 7 deletions
+4 -1
View File
@@ -562,7 +562,10 @@ PRODUCT_PROPERTY_OVERRIDES += \
USE_PRODUCT_RESOLUTION_WHITE := $(shell test -f $(TARGET_DEVICE_DIR)/resolution_white.xml && echo true)
ifeq ($(strip $(USE_PRODUCT_RESOLUTION_WHITE)), true)
PRODUCT_COPY_FILES += \
$(TARGET_DEVICE_DIR)/resolution_white.xml:/system/usr/share/resolution_white.xml
$(TARGET_DEVICE_DIR)/resolution_white.xml:/vendor/etc/resolution_white.xml
else
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/resolution_white.xml:/vendor/etc/resolution_white.xml
endif
# Hw Output HAL