summaryrefslogtreecommitdiffstats
path: root/device.mk
diff options
context:
space:
mode:
authorZiyan <jaraidaniel@gmail.com>2014-11-27 01:32:54 +0100
committerZiyan <jaraidaniel@gmail.com>2014-12-13 00:39:20 +0100
commite6cef456fae62cec183e01b3ee380b8b922f70e6 (patch)
tree986b82ec258efb7e135fb1ac627bac7a422cd9f6 /device.mk
parentebe8e6b0d5bd67b9597e4d9766d2ca2f81099e50 (diff)
downloaddevice_samsung_tuna-e6cef456fae62cec183e01b3ee380b8b922f70e6.zip
device_samsung_tuna-e6cef456fae62cec183e01b3ee380b8b922f70e6.tar.gz
device_samsung_tuna-e6cef456fae62cec183e01b3ee380b8b922f70e6.tar.bz2
tuna: update device tree to use PVR 1.9@2291151
Change-Id: Iff82f5be1b25c4806e842319fb5b333d9a8223a0 Conflicts: device.mk
Diffstat (limited to 'device.mk')
-rwxr-xr-x[-rw-r--r--]device.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index 44a0dc8..f1807fc 100644..100755
--- a/device.mk
+++ b/device.mk
@@ -32,6 +32,7 @@ PRODUCT_AAPT_PREF_CONFIG := xhdpi
# HALs
PRODUCT_PACKAGES += \
+ hwcomposer.tuna \
lights.tuna \
nfc.tuna \
power.tuna \
@@ -53,6 +54,10 @@ PRODUCT_PACKAGES += \
audio.usb.default \
audio.r_submix.default
+# Symlinks
+PRODUCT_PACKAGES += \
+ libion.so
+
PRODUCT_COPY_FILES += \
$(DEVICE_FOLDER)/audio/audio_policy.conf:system/etc/audio_policy.conf \
$(DEVICE_FOLDER)/audio/audio_effects.conf:system/vendor/etc/audio_effects.conf
@@ -196,9 +201,14 @@ PRODUCT_PACKAGES += \
e2fsck \
setup_fs
+# TI OMAP4
+PRODUCT_PACKAGES += \
+ libion_ti
+
$(call inherit-product, frameworks/native/build/phone-xhdpi-1024-dalvik-heap.mk)
$(call inherit-product, hardware/ti/omap4xxx/omap4.mk)
+
$(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/firmware/bcm4330/device-bcm.mk)
$(call inherit-product-if-exists, vendor/samsung/tuna/device-vendor.mk) \ No newline at end of file