rockchip: move resolution_white.xml to /vendor/etc
Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib2b975092db744e70fa3eeebbc51dda17ced6a20
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user