summaryrefslogtreecommitdiffstats
path: root/obex/Android.mk
diff options
context:
space:
mode:
authorCasper Bonde <c.bonde@samsung.com>2015-04-09 09:24:48 +0200
committerAndre Eisenbach <eisenbach@google.com>2015-04-11 01:49:11 +0000
commit238e0f934f1f47263b384bc745ae0678c777130d (patch)
treeaad2caae161654624cbe93003ed8027f96aaf923 /obex/Android.mk
parent31a94f48bf8014cf6a1127bd23cf9a8541a9abed (diff)
downloadframeworks_base-238e0f934f1f47263b384bc745ae0678c777130d.zip
frameworks_base-238e0f934f1f47263b384bc745ae0678c777130d.tar.gz
frameworks_base-238e0f934f1f47263b384bc745ae0678c777130d.tar.bz2
OBEX Over L2CAP + SDP search API for BT profiles
- Updated OBEX to support SRM - Added support for OBEX over l2cap and SRM. - Minor bugfixes, and reduce CPU load ALOT - Added support to send responses without body data. - Extend BluetoothSocket to support L2CAP - Added functionality to get the channel number needed to be able to create an SDP record with the channel number. - Added interface to get socket type and max packet sizes. - Added interface to perform SDP search and get the resulting SDP record data. Change-Id: I9d37a00ce73dfffc0e3ce03eab5511ba3a86e5b8
Diffstat (limited to 'obex/Android.mk')
-rw-r--r--obex/Android.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/obex/Android.mk b/obex/Android.mk
index fbfe9be..e7c1fd3 100644
--- a/obex/Android.mk
+++ b/obex/Android.mk
@@ -7,3 +7,14 @@ LOCAL_SRC_FILES := $(call all-subdir-java-files)
LOCAL_MODULE:= javax.obex
include $(BUILD_JAVA_LIBRARY)
+
+
+include $(CLEAR_VARS)
+
+LOCAL_MODULE_TAGS := optional
+
+LOCAL_SRC_FILES := $(call all-subdir-java-files)
+
+LOCAL_MODULE:= javax.obexstatic
+
+include $(BUILD_STATIC_JAVA_LIBRARY) \ No newline at end of file