summaryrefslogtreecommitdiff
path: root/obex/Android.mk
diff options
context:
space:
mode:
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 fbfe9bead7e9..e7c1fd34dd74 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