From 7c28a4e67d7f4f78817597ac84d451028839d7d9 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Sun, 14 Sep 2025 21:37:49 +0100 Subject: [PATCH] lemonadep: Move display config file and rename it locally Change-Id: Ia8c31aaf2e281c8ac50b1c4008ba623d84484d04 --- .../displayconfig.xml} | 0 device.mk | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename configs/{display_id_4630946292801050754.xml => display/displayconfig.xml} (100%) diff --git a/configs/display_id_4630946292801050754.xml b/configs/display/displayconfig.xml similarity index 100% rename from configs/display_id_4630946292801050754.xml rename to configs/display/displayconfig.xml diff --git a/device.mk b/device.mk index 6dbeffd..a820282 100644 --- a/device.mk +++ b/device.mk @@ -34,7 +34,7 @@ PRODUCT_COPY_FILES += \ # Display PRODUCT_COPY_FILES += \ - $(LOCAL_PATH)/configs/display_id_4630946292801050754.xml:$(TARGET_COPY_OUT_VENDOR)/etc/displayconfig/display_id_4630946292801050754.xml + $(LOCAL_PATH)/configs/display/displayconfig.xml:$(TARGET_COPY_OUT_VENDOR)/etc/displayconfig/display_id_4630946292801050754.xml # Lineage Health $(call soong_config_set,lineage_health,charging_control_charging_path,/sys/class/oplus_chg/battery/chg_enable)