aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-12-03 19:58:33 -0800
committerJean-Baptiste Queru <jbq@google.com>2012-12-03 19:58:33 -0800
commit94f20e899e84433692f7fe6ef13921db9362505f (patch)
tree88e08ee7306122c9fe706cee1cb9b2fc6638ae11
parentf1d8d47da2edec723693c51300d1bd20f605501f (diff)
downloadwpan-94f20e899e84433692f7fe6ef13921db9362505f.tar.gz
Fix non-panda builds
Change-Id: Iffd21726be387503f92cb6f6ba58f746c9111ddd
-rw-r--r--bluedroid_wilink/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/bluedroid_wilink/Android.mk b/bluedroid_wilink/Android.mk
index a8009b9..4cc9c05 100644
--- a/bluedroid_wilink/Android.mk
+++ b/bluedroid_wilink/Android.mk
@@ -14,6 +14,8 @@
# limitations under the License.
#
+ifeq ($(TARGET_DEVICE),panda)
+
LOCAL_PATH := $(call my-dir)
BLUEDROID_PATH := external/bluetooth/bluedroid/
include $(CLEAR_VARS)
@@ -38,3 +40,4 @@ LOCAL_MODULE_PATH := $(ANDROID_PRODUCT_OUT)/system/vendor/lib
include $(BUILD_SHARED_LIBRARY)
+endif # panda