summaryrefslogtreecommitdiffstats
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorjt1134 <jt1134@gmail.com>2012-09-17 01:06:37 -0500
committerGerrit Code Review <gerrit@review.cyanogenmod.com>2012-10-14 08:30:13 -0700
commit4740deddfa4cb5717058c8eba48077e0a1da83e9 (patch)
tree7f0aa64bf9acc0daea15df02bbafb093d85eaecc /BoardConfigCommon.mk
parenta0e8c13e4c1b858151536853fbca5fd4d126281e (diff)
downloaddevice_samsung_aries-common-4740deddfa4cb5717058c8eba48077e0a1da83e9.zip
device_samsung_aries-common-4740deddfa4cb5717058c8eba48077e0a1da83e9.tar.gz
device_samsung_aries-common-4740deddfa4cb5717058c8eba48077e0a1da83e9.tar.bz2
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
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk1
1 files changed, 1 insertions, 0 deletions
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