aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Blaesius <skate4life@gmx.de>2016-10-29 16:04:07 +0200
committerAndreas Blaesius <skate4life@gmx.de>2016-10-29 17:18:07 +0200
commit7f447b049a62507aa0339e0678f4faf4991fefa4 (patch)
treec6fbb775a740d4c79f36e87abf803a0894d1e184
parentb8ca62b6e31bed24dd9f8e3162020d1de33b53d9 (diff)
downloaddevice_samsung_espressowifi-7f447b049a62507aa0339e0678f4faf4991fefa4.zip
device_samsung_espressowifi-7f447b049a62507aa0339e0678f4faf4991fefa4.tar.gz
device_samsung_espressowifi-7f447b049a62507aa0339e0678f4faf4991fefa4.tar.bz2
device.mk: use LOCAL_PATH
Change-Id: I628932d30d1318617f7aecfa79d6cad9762e32ff
-rw-r--r--device.mk13
1 files changed, 8 insertions, 5 deletions
diff --git a/device.mk b/device.mk
index 969bc42..1a0510e 100644
--- a/device.mk
+++ b/device.mk
@@ -17,14 +17,17 @@
# Include common device configuration
$(call inherit-product, device/samsung/espressowifi/device-common.mk)
+LOCAL_PATH := device/samsung/espressowifi
+
# Include wifi-only overlays
-DEVICE_PACKAGE_OVERLAYS += device/samsung/espressowifi/overlay/aosp
+DEVICE_PACKAGE_OVERLAYS += \
+ $(LOCAL_PATH)/overlay/aosp
-# Audio
+# Audio configs
PRODUCT_COPY_FILES += \
- device/samsung/espressowifi/audio/audio_policy.conf:system/etc/audio_policy.conf \
- device/samsung/espressowifi/audio/tiny_hw_espressowifi.xml:system/etc/sound/espressowifi \
- device/samsung/espressowifi/audio/tiny_hw_espresso10wifi.xml:system/etc/sound/espresso10wifi
+ $(LOCAL_PATH)/audio/audio_policy.conf:system/etc/audio_policy.conf \
+ $(LOCAL_PATH)/audio/tiny_hw_espressowifi.xml:system/etc/sound/espressowifi \
+ $(LOCAL_PATH)/audio/tiny_hw_espresso10wifi.xml:system/etc/sound/espresso10wifi
# IR
PRODUCT_PACKAGES += \