From 5e43572de01fc08b63dab5adec626c1ac7a5ab2b Mon Sep 17 00:00:00 2001 From: Ricardo Cerqueira Date: Sun, 6 Apr 2014 23:26:19 +0100 Subject: Switch back to the binary camera HAL Add compatibility libutils symbols required by it, and use it again. It's much more reliable than the reimplementation Change-Id: Ic837f4688015a956d635f0cf6b9846c24265a4e1 --- BoardConfig.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'BoardConfig.mk') diff --git a/BoardConfig.mk b/BoardConfig.mk index 70fac36..c5c4ac7 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -54,5 +54,7 @@ BOARD_SEPOLICY_UNION += \ # assert TARGET_OTA_ASSERT_DEVICE := m0,i9300,GT-I9300 +COMMON_GLOBAL_CFLAGS += -DNEEDS_VECTORIMPL_SYMBOLS + # inherit from the proprietary version -include vendor/samsung/i9300/BoardConfigVendor.mk -- cgit v1.1