From 13808b6139613972f761b482acadab063866cf8d Mon Sep 17 00:00:00 2001 From: jt1134 Date: Sun, 22 Jul 2012 02:18:20 -0500 Subject: don't include libcamera if TARGET_PROVIDES_LIBCAMERA is defined Change-Id: I011a14c4f74cbc3851845fec31e0e97ad8cbc2ac --- libcamera/Android.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libcamera/Android.mk b/libcamera/Android.mk index 728ceca..0d4453a 100644 --- a/libcamera/Android.mk +++ b/libcamera/Android.mk @@ -1,3 +1,5 @@ +ifneq ($(TARGET_PROVIDES_LIBCAMERA),true) + LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) @@ -30,3 +32,4 @@ endif include $(BUILD_SHARED_LIBRARY) +endif -- cgit v1.1