From 55c58198c8113ff865d4b870a4f600c2f3e4e53d Mon Sep 17 00:00:00 2001 From: Iliyan Malchev Date: Wed, 27 Apr 2011 17:31:47 -0700 Subject: 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 --- BoardConfigCommon.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BoardConfigCommon.mk') 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 -- cgit v1.1