summaryrefslogtreecommitdiffstats
path: root/libcamera/Android.mk
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2011-12-18 10:38:15 +0700
committerPawit Pornkitprasan <p.pawit@gmail.com>2011-12-18 10:38:15 +0700
commit299715ec9ea61e01cec10fb965b4e25b5e7571dc (patch)
treee977a73addd1783612c0930f4057dc7886adfd53 /libcamera/Android.mk
parent6da003c0f69648716179abf7cc466c49e819bb0d (diff)
downloaddevice_samsung_aries-common-299715ec9ea61e01cec10fb965b4e25b5e7571dc.zip
device_samsung_aries-common-299715ec9ea61e01cec10fb965b4e25b5e7571dc.tar.gz
device_samsung_aries-common-299715ec9ea61e01cec10fb965b4e25b5e7571dc.tar.bz2
Adjust libcamera for CE147
Diffstat (limited to 'libcamera/Android.mk')
-rw-r--r--libcamera/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/libcamera/Android.mk b/libcamera/Android.mk
index e286cea..60f975e 100644
--- a/libcamera/Android.mk
+++ b/libcamera/Android.mk
@@ -18,5 +18,9 @@ LOCAL_MODULE := camera.aries
LOCAL_MODULE_TAGS := optional
+ifdef BOARD_SECOND_CAMERA_DEVICE
+ LOCAL_CFLAGS += -DFFC_PRESENT
+endif
+
include $(BUILD_SHARED_LIBRARY)