Bluetooth: Support OBEX MAP profile on Bluedroid.
Porting changes for MAP on Bluedroid as a part of
BluetoothExt APK. Support MAP 1.0 version features.
Handle MAP Authorization Settings from BluetoothExt
APK instead from AOSP Settings proj.
CRs-fixed: 504042
Change-Id: If12233e8c2861fec3105076b8fcdc58448405e6a
diff --git a/Android.mk b/Android.mk
index 147141b..7ae59ea 100644
--- a/Android.mk
+++ b/Android.mk
@@ -8,6 +8,12 @@
LOCAL_PACKAGE_NAME := BluetoothExt
LOCAL_CERTIFICATE := platform
+LOCAL_JAVA_LIBRARIES := javax.obex
+LOCAL_JAVA_LIBRARIES += mms-common
+LOCAL_JAVA_LIBRARIES += telephony-common
+LOCAL_STATIC_JAVA_LIBRARIES := com.android.vcard
+
+LOCAL_REQUIRED_MODULES := libbluetooth_jni bluetooth.default
LOCAL_PROGUARD_ENABLED := disabled