Fix non-panda builds

Change-Id: Iffd21726be387503f92cb6f6ba58f746c9111ddd
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 @@
 
 include $(BUILD_SHARED_LIBRARY)
 
+endif # panda