diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2010-09-15 18:30:18 -0700 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2010-09-15 18:30:18 -0700 |
commit | b7506ede04cd52038516648d2386a8b2a7ac774f (patch) | |
tree | 8b4b3d7fee6f96476ea0101dc8246a0e49e3a1a6 /libcamera | |
parent | 86304be09a9dca526e4e018163dc55df9096ea14 (diff) | |
download | device_samsung_crespo-b7506ede04cd52038516648d2386a8b2a7ac774f.zip device_samsung_crespo-b7506ede04cd52038516648d2386a8b2a7ac774f.tar.gz device_samsung_crespo-b7506ede04cd52038516648d2386a8b2a7ac774f.tar.bz2 |
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.mk | 2 |
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 |