summaryrefslogtreecommitdiffstats
path: root/BoardConfig.mk
diff options
context:
space:
mode:
authorJeong-Seok Yang <jseok.yang@samsung.com>2010-09-13 20:36:00 -0700
committerSimon Wilson <simonwilson@google.com>2010-09-15 17:30:30 -0700
commitfc505e57a9e0eefab9121f09761c02a5961637ff (patch)
tree50c45dc9e86c9d71adf9be37cee9525099a6562e /BoardConfig.mk
parent26f3b8126af0d4f9243002bd40c4dd91d950ae23 (diff)
downloaddevice_samsung_crespo-fc505e57a9e0eefab9121f09761c02a5961637ff.tar.gz
device_samsung_crespo-fc505e57a9e0eefab9121f09761c02a5961637ff.tar.bz2
device_samsung_crespo-fc505e57a9e0eefab9121f09761c02a5961637ff.zip
libcamera: enable libcamera instead of using fakecamera
Change-Id: Iac16909497cb142485caf5e299fa90971031b3f0 Signed-off-by: Jeong-Seok Yang <jseok.yang@samsung.com>
Diffstat (limited to 'BoardConfig.mk')
-rw-r--r--BoardConfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index fdd59ea..c3e8b55 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -48,7 +48,7 @@ BOARD_USES_ALSA_AUDIO := true
BUILD_WITH_ALSA_UTILS := true
endif
-USE_CAMERA_STUB := true
+USE_CAMERA_STUB := false
ifeq ($(USE_CAMERA_STUB),false)
BOARD_CAMERA_LIBRARIES := libcamera
endif