a52q: Replace LOCAL_PATH with DEVICE_PATH

Change-Id: I9dc8a4fcf0323c6cba7a59b79365cd03332114e9
fourteen
Simon1511 2 years ago
parent 6ec48526c1
commit 9ee70e2659
  1. 2
      BoardConfig.mk
  2. 6
      device.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

@ -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

Loading…
Cancel
Save