summaryrefslogtreecommitdiff
authorsky.zhou <sky.zhou@droidsh.(none)>2011-03-13 10:56:53 (GMT)
committer sky.zhou <sky.zhou@droidsh.(none)>2011-03-13 10:56:53 (GMT)
commit5203ec923ca43664acd67d106033bb9e9dbda35f (patch)
treee1580455a6d69e31cb7cd7909949afabd2770e64
parent243161310f54235c017da16c0e30d01ddeee7478 (diff)
downloadcamera-5203ec923ca43664acd67d106033bb9e9dbda35f.zip
camera-5203ec923ca43664acd67d106033bb9e9dbda35f.tar.gz
camera-5203ec923ca43664acd67d106033bb9e9dbda35f.tar.bz2
add new makefile option for multi-camera support
Diffstat
-rwxr-xr-xAndroid.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 4e20d22..5973d52 100755
--- a/Android.mk
+++ b/Android.mk
@@ -10,6 +10,10 @@ LOCAL_SHARED_LIBRARIES := \
libcamera_client \
libbinder \
libjpeg
+
+ifeq ($(BOARD_HAVE_MULTI_CAMERAS),true)
+ LOCAL_CFLAGS += -DAMLOGIC_MULTI_CAMERA_SUPPORT
+endif
LOCAL_C_INCLUDES += ../../kernel/include/