aboutsummaryrefslogtreecommitdiffstats
path: root/device.mk
diff options
context:
space:
mode:
Diffstat (limited to 'device.mk')
-rw-r--r--device.mk10
1 files changed, 6 insertions, 4 deletions
diff --git a/device.mk b/device.mk
index 7e12300..aceea94 100644
--- a/device.mk
+++ b/device.mk
@@ -15,16 +15,18 @@
#
# Include espresso-common makefile
-$(call inherit-product, device/samsung/espressowifi/espresso-common.mk)
+$(call inherit-product, device/samsung/espressowifi/device-common.mk)
+
+LOCAL_PATH := device/samsung/espresso3g
# Include 3g overlays
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay/aosp
# Audio configs
PRODUCT_COPY_FILES += \
- device/samsung/espresso3g/audio/audio_policy.conf:system/etc/audio_policy.conf \
- device/samsung/espresso3g/audio/tiny_hw_espresso.xml:system/etc/sound/espresso \
- device/samsung/espresso3g/audio/tiny_hw_espresso10.xml:system/etc/sound/espresso10
+ $(LOCAL_PATH)/audio/audio_policy.conf:system/etc/audio_policy.conf \
+ $(LOCAL_PATH)/audio/tiny_hw_espresso.xml:system/etc/sound/espresso \
+ $(LOCAL_PATH)/audio/tiny_hw_espresso10.xml:system/etc/sound/espresso10
# RIL
PRODUCT_PACKAGES += \