From 54807c93e0aeeb7a17785ba2a805b1a2deb64796 Mon Sep 17 00:00:00 2001 From: Simon1511 Date: Sun, 25 Sep 2022 19:39:15 +0200 Subject: [PATCH] a52q: Replace LOCAL_PATH with DEVICE_PATH Change-Id: I9dc8a4fcf0323c6cba7a59b79365cd03332114e9 --- BoardConfig.mk | 2 +- device.mk | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 9c37931..db33fbd 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -14,7 +14,7 @@ # limitations under the License. # -LOCAL_PATH := device/samsung/a52q +DEVICE_PATH := device/samsung/a52q include device/samsung/sm7125-common/BoardConfigCommon.mk diff --git a/device.mk b/device.mk index 9adf7b6..8631dc3 100644 --- a/device.mk +++ b/device.mk @@ -14,9 +14,9 @@ # limitations under the License. # -LOCAL_PATH := device/samsung/a52q +DEVICE_PATH := device/samsung/a52q -DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay +DEVICE_PACKAGE_OVERLAYS += $(DEVICE_PATH)/overlay # call the common setup $(call inherit-product, device/samsung/sm7125-common/common.mk) @@ -30,4 +30,4 @@ PRODUCT_PACKAGES += \ # Audio PRODUCT_COPY_FILES += \ - $(LOCAL_PATH)/configs/audio/mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths.xml + $(DEVICE_PATH)/configs/audio/mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths.xml