aboutsummaryrefslogtreecommitdiffstats
path: root/device.mk
diff options
context:
space:
mode:
authorAndreas Blaesius <skate4life@gmx.de>2016-07-02 14:25:20 +0200
committerAndreas Blaesius <skate4life@gmx.de>2016-07-02 14:25:42 +0200
commit977a066fe18dad1e4e9ead1e56d9bdcece8e1f6b (patch)
treef9417d45edbedffe14e3dd312843f5128c691485 /device.mk
parentc13fdd71fb74c3a899bc89f97469b72e8c792bbc (diff)
downloaddevice_samsung_espresso3g-977a066fe18dad1e4e9ead1e56d9bdcece8e1f6b.zip
device_samsung_espresso3g-977a066fe18dad1e4e9ead1e56d9bdcece8e1f6b.tar.gz
device_samsung_espresso3g-977a066fe18dad1e4e9ead1e56d9bdcece8e1f6b.tar.bz2
More cleanup, reorder files and sync with AOSP
- move CM specific defines to a seperate BoardConfigCM.mk Change-Id: Ia009f98004857eac16eb7960f9d8688636e3d109
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 += \