summaryrefslogtreecommitdiffstats
path: root/device.mk
diff options
context:
space:
mode:
authorMichael Gernoth <michael@gernoth.net>2014-11-11 13:16:39 +0100
committerZiyan <jaraidaniel@gmail.com>2014-12-13 00:39:22 +0100
commitd72ea2436a11a455d5494f3c2bdcabe9b0832f8c (patch)
tree6405f2a185fdab39b256a8ab5e1141d15fa37d81 /device.mk
parentb578d44123096aa41a6e6d328d416fdcc9ac5d01 (diff)
downloaddevice_samsung_tuna-d72ea2436a11a455d5494f3c2bdcabe9b0832f8c.zip
device_samsung_tuna-d72ea2436a11a455d5494f3c2bdcabe9b0832f8c.tar.gz
device_samsung_tuna-d72ea2436a11a455d5494f3c2bdcabe9b0832f8c.tar.bz2
libcorkscrew: add stub-implementation to make gralloc happy
Change-Id: I4ed573bcac7e8d7b14292b928ddb9c018b70bae3
Diffstat (limited to 'device.mk')
-rwxr-xr-xdevice.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index 4969058..5c11332 100755
--- a/device.mk
+++ b/device.mk
@@ -216,6 +216,10 @@ PRODUCT_PACKAGES += \
libion_ti \
pvrsrvinit
+# Needed for gralloc
+PRODUCT_PACKAGES += \
+ libcorkscrew
+
$(call inherit-product, frameworks/native/build/phone-xhdpi-1024-dalvik-heap.mk)
$(call inherit-product, hardware/ti/omap4xxx/omap4.mk)