commit | 94f20e899e84433692f7fe6ef13921db9362505f | [log] [tgz] |
---|---|---|
author | Jean-Baptiste Queru <jbq@google.com> | Mon Dec 03 19:58:33 2012 -0800 |
committer | Jean-Baptiste Queru <jbq@google.com> | Mon Dec 03 19:58:33 2012 -0800 |
tree | 88e08ee7306122c9fe706cee1cb9b2fc6638ae11 | |
parent | f1d8d47da2edec723693c51300d1bd20f605501f [diff] |
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