Force sooner/generic/sim to use camera stub only.

Change-Id: Ie3251e3801cd09b3f373bbd4afb5fda82a0c5818
This commit is contained in:
Chih-Chung Chang
2010-05-10 15:04:40 +08:00
parent 7768892c82
commit dc3e260713

View File

@@ -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