From 4740deddfa4cb5717058c8eba48077e0a1da83e9 Mon Sep 17 00:00:00 2001 From: jt1134 Date: Mon, 17 Sep 2012 01:06:37 -0500 Subject: libcamera: allow changing of ISO modes Patch-set2: make code not suck as much Patch-set3: add BOARD_CAMERA_HAVE_ISO Patch-set4: actually include BoardConfig change Change-Id: Id452c079c7dbb7ece4a68f27aa82c14463b5db2e --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'BoardConfigCommon.mk') diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index f3992d8..30058de 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -50,6 +50,7 @@ USE_CAMERA_STUB := false ifeq ($(USE_CAMERA_STUB),false) BOARD_CAMERA_LIBRARIES := libcamera endif +BOARD_CAMERA_HAVE_ISO := true # Bluetooth BOARD_HAVE_BLUETOOTH := true -- cgit v1.1