PBAP: Support PBAP Client role on Bluedroid.
Implementation of org.codeaurora.bluetooth.pbapclient,
STATIC JAVA lib for PBAP client role.
Change-Id: I76919204c5cc342325da37250d5d2ae00f05f39f
CRs-fixed: 530274
diff --git a/Android.mk b/Android.mk
index 33c1115..4e4a62c 100644
--- a/Android.mk
+++ b/Android.mk
@@ -37,4 +37,20 @@
LOCAL_PROGUARD_ENABLED := disabled
include $(BUILD_STATIC_JAVA_LIBRARY)
+
+include $(CLEAR_VARS)
+
+src_dirs:= src/org/codeaurora/bluetooth/pbapclient
+
+LOCAL_SRC_FILES := \
+ $(call all-java-files-under, $(src_dirs))
+
+LOCAL_MODULE:= org.codeaurora.bluetooth.pbapclient
+LOCAL_JAVA_LIBRARIES := javax.obex
+LOCAL_STATIC_JAVA_LIBRARIES := com.android.vcard
+
+LOCAL_PROGUARD_ENABLED := disabled
+
+include $(BUILD_STATIC_JAVA_LIBRARY)
+
include $(call all-makefiles-under,$(LOCAL_PATH))