From c9ee5c0371fb6ca892f80f1725100ad03c8a2a2c Mon Sep 17 00:00:00 2001 From: Kyle Repinski Date: Wed, 7 Jan 2015 12:03:47 -0600 Subject: Fix camera build, rename libtiutils. My local make of camera.tuna didn't pick up on a few changes I made to the makefile. Renaming libtiutils as other devices use a libtiutils_custom as well, but ours isn't a 1:1 match with theirs. --- device.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'device.mk') diff --git a/device.mk b/device.mk index 036089c..a6bd39f 100755 --- a/device.mk +++ b/device.mk @@ -236,7 +236,7 @@ PRODUCT_PACKAGES += \ libOMX.TI.DUCATI1.MISC.SAMPLE \ libstagefrighthw \ libI420colorconvert \ - libtiutils_custom + libtiutils_$(TARGET_BOOTLOADER_BOARD_NAME) # Needed for gralloc PRODUCT_PACKAGES += \ -- cgit v1.1