aboutsummaryrefslogtreecommitdiffstats
path: root/device-common.mk
diff options
context:
space:
mode:
authorAndreas Blaesius <skate4life@gmx.de>2016-10-30 11:35:28 +0100
committerAndreas Blaesius <skate4life@gmx.de>2016-10-30 11:35:28 +0100
commit53dbea3dfa65bf1270db00f25c4b542715091fc5 (patch)
tree9a7aefc098611205e8f392f440f0e813e1907e81 /device-common.mk
parent19cb68ace5eea41a8ab37c8ad9ef310143e7fb25 (diff)
downloaddevice_samsung_espressowifi-53dbea3dfa65bf1270db00f25c4b542715091fc5.zip
device_samsung_espressowifi-53dbea3dfa65bf1270db00f25c4b542715091fc5.tar.gz
device_samsung_espressowifi-53dbea3dfa65bf1270db00f25c4b542715091fc5.tar.bz2
Some nitpicks & sync with AOSP
Change-Id: Ib2651576cbd99a2dcd2c3e58065d7e7d4897c66b
Diffstat (limited to 'device-common.mk')
-rw-r--r--device-common.mk13
1 files changed, 5 insertions, 8 deletions
diff --git a/device-common.mk b/device-common.mk
index 6294f76..754f802 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -21,6 +21,9 @@ TARGET_BOARD_OMAP_CPU := 4430
# Include common omap4 makefile
$(call inherit-product, hardware/ti/omap4/omap4.mk)
+# Include CM specific additions
+$(call inherit-product, device/samsung/espressowifi/device-cm.mk)
+
DEVICE_PACKAGE_OVERLAYS += \
$(LOCAL_PATH)/overlay/aosp-common
@@ -38,13 +41,6 @@ PRODUCT_COPY_FILES += \
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/rootdir/fstab.espresso:root/fstab.espresso
-# Recovery Ramdisk
-PRODUCT_PACKAGES += \
- $(LOCAL_PATH)/recovery/root/init.recovery.espresso.rc:recovery/root/init.recovery.espresso.rc
-
-PRODUCT_COPY_FILES += \
- $(LOCAL_PATH)/init.espresso.variant.sh:system/bin/init.espresso.variant.sh
-
# GPS
# gps config appropriate for this device
$(call inherit-product, device/common/gps/gps_us_supl.mk)
@@ -56,7 +52,7 @@ PRODUCT_PACKAGES += \
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/gps.xml:system/etc/gps.xml
-# Wifi
+# Wi-Fi
PRODUCT_PACKAGES += \
libwpa_client \
hostapd \
@@ -93,6 +89,7 @@ PRODUCT_PACKAGES += \
audio.r_submix.default \
audio.usb.default \
camera.omap4 \
+ e2fsck \
lights.omap4 \
libinvensense_mpl \
power.piranha \