a52q: Replace LOCAL_PATH with DEVICE_PATH

Change-Id: I9dc8a4fcf0323c6cba7a59b79365cd03332114e9
urubino
Simon1511 2 years ago committed by Ruchit
parent 86ad649dfb
commit 54807c93e0
  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