summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIliyan Malchev <malchev@google.com>2011-04-27 17:31:47 -0700
committerIliyan Malchev <malchev@google.com>2011-05-02 17:24:12 -0700
commit55c58198c8113ff865d4b870a4f600c2f3e4e53d (patch)
tree4a9457411f519704ab840f1f34d7173b284c6f13
parent23c946d8be201c8c8d638c8541a1cac3453b5558 (diff)
downloaddevice_samsung_crespo-55c58198c8113ff865d4b870a4f600c2f3e4e53d.zip
device_samsung_crespo-55c58198c8113ff865d4b870a4f600c2f3e4e53d.tar.gz
device_samsung_crespo-55c58198c8113ff865d4b870a4f600c2f3e4e53d.tar.bz2
crespo: disable camera temporarily
Camera does not work currently anyway. The new camera HAL will in addition to this break the build for crespo. This patch disables the camera until it is fixed. (The fix requires switching it to the new camera HAL and using ANativeWindow.) Change-Id: I0a85b07bd9bff541f65cff8679932583e3f2228f Signed-off-by: Iliyan Malchev <malchev@google.com>
-rwxr-xr-xBoardConfigCommon.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 038e9eb..4d4d741 100755
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -38,7 +38,7 @@ TARGET_SEC_INTERNAL_STORAGE := false
TARGET_ARCH_VARIANT := armv7-a-neon
ARCH_ARM_HAVE_TLS_REGISTER := true
-USE_CAMERA_STUB := false
+USE_CAMERA_STUB := true
ifeq ($(USE_CAMERA_STUB),false)
BOARD_CAMERA_LIBRARIES := libcamera
endif