From 51ae80021ccf1098af5dae66fe441fed69959f14 Mon Sep 17 00:00:00 2001 From: Ricardo Cerqueira Date: Tue, 20 May 2014 10:11:38 +0100 Subject: Device provides its own camera HAL Change-Id: Id5c0f45bfaa7a89db0979e51d0740e298a9c15f9 --- BoardConfig.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'BoardConfig.mk') diff --git a/BoardConfig.mk b/BoardConfig.mk index c5c4ac7..de01361 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -56,5 +56,7 @@ TARGET_OTA_ASSERT_DEVICE := m0,i9300,GT-I9300 COMMON_GLOBAL_CFLAGS += -DNEEDS_VECTORIMPL_SYMBOLS +TARGET_PROVIDES_CAMERA_HAL := true + # inherit from the proprietary version -include vendor/samsung/i9300/BoardConfigVendor.mk -- cgit v1.1