summaryrefslogtreecommitdiffstats
path: root/device.mk
diff options
context:
space:
mode:
authorKyle Repinski <repinski23@gmail.com>2014-11-14 13:20:51 -0600
committerZiyan <jaraidaniel@gmail.com>2014-12-13 00:39:21 +0100
commit90c31584df8e214ab50416d66e14af94a414ec1a (patch)
treecc4bbd8e22c709bb7f482a35fb847451c8bdaa1f /device.mk
parent811e2a642de1eb6271ed4a8b8e55c1cd500534c0 (diff)
downloaddevice_samsung_tuna-90c31584df8e214ab50416d66e14af94a414ec1a.zip
device_samsung_tuna-90c31584df8e214ab50416d66e14af94a414ec1a.tar.gz
device_samsung_tuna-90c31584df8e214ab50416d66e14af94a414ec1a.tar.bz2
PVR: add re-implemented pvrsrvinit and glue
HUGE thank you to @stargo for figuring this out. Conflicts: device.mk rootdir/init.tuna.rc Change-Id: I88c9c8f63a85b533bfbb459b2042aedda90ac0d8
Diffstat (limited to 'device.mk')
-rwxr-xr-xdevice.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/device.mk b/device.mk
index f1807fc..544ca3f 100755
--- a/device.mk
+++ b/device.mk
@@ -203,7 +203,8 @@ PRODUCT_PACKAGES += \
# TI OMAP4
PRODUCT_PACKAGES += \
- libion_ti
+ libion_ti \
+ pvrsrvinit
$(call inherit-product, frameworks/native/build/phone-xhdpi-1024-dalvik-heap.mk)