From dc3e26071399789c5966b9cd67180437f44eb9dd Mon Sep 17 00:00:00 2001 From: Chih-Chung Chang Date: Mon, 10 May 2010 15:04:40 +0800 Subject: [PATCH] Force sooner/generic/sim to use camera stub only. Change-Id: Ie3251e3801cd09b3f373bbd4afb5fda82a0c5818 --- camera/libcameraservice/Android.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/camera/libcameraservice/Android.mk b/camera/libcameraservice/Android.mk index 624b23a19392c..a0d6ee15defc6 100644 --- a/camera/libcameraservice/Android.mk +++ b/camera/libcameraservice/Android.mk @@ -2,6 +2,11 @@ LOCAL_PATH:= $(call my-dir) # Set USE_CAMERA_STUB if you don't want to use the hardware camera. +# force these builds to use camera stub only +ifneq ($(filter sooner generic sim,$(TARGET_DEVICE)),) + USE_CAMERA_STUB:=true +endif + ifeq ($(USE_CAMERA_STUB),true) INCLUDE_CAMERA_STUB:=true INCLUDE_CAMERA_HARDWARE:=false