summaryrefslogtreecommitdiffstats
path: root/libcamera
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-09-15 18:30:18 -0700
committerJean-Baptiste Queru <jbq@google.com>2010-09-15 18:30:18 -0700
commitb7506ede04cd52038516648d2386a8b2a7ac774f (patch)
tree8b4b3d7fee6f96476ea0101dc8246a0e49e3a1a6 /libcamera
parent86304be09a9dca526e4e018163dc55df9096ea14 (diff)
downloaddevice_samsung_crespo-b7506ede04cd52038516648d2386a8b2a7ac774f.tar.gz
device_samsung_crespo-b7506ede04cd52038516648d2386a8b2a7ac774f.tar.bz2
device_samsung_crespo-b7506ede04cd52038516648d2386a8b2a7ac774f.zip
Fix build - make libcamera optional
Also include it in the product definition so that it still gets used when building crespo Change-Id: I0ae91726222b40a259339cba4364d03ca74d7cff
Diffstat (limited to 'libcamera')
-rw-r--r--libcamera/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcamera/Android.mk b/libcamera/Android.mk
index 009fda8..17b4b33 100644
--- a/libcamera/Android.mk
+++ b/libcamera/Android.mk
@@ -43,6 +43,8 @@ endif
LOCAL_MODULE:= libcamera
+LOCAL_MODULE_TAGS := optional
+
include $(BUILD_SHARED_LIBRARY)
endif