diff options
-rw-r--r-- | camera/libcameraservice/Android.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/camera/libcameraservice/Android.mk b/camera/libcameraservice/Android.mk index 624b23a..a0d6ee1 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 |