summaryrefslogtreecommitdiffstats
path: root/nfc-extras/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'nfc-extras/Android.mk')
-rw-r--r--nfc-extras/Android.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/nfc-extras/Android.mk b/nfc-extras/Android.mk
new file mode 100644
index 0000000..330e2d4
--- /dev/null
+++ b/nfc-extras/Android.mk
@@ -0,0 +1,11 @@
+LOCAL_PATH:= $(call my-dir)
+
+include $(CLEAR_VARS)
+
+LOCAL_MODULE_TAGS := optional
+
+LOCAL_SRC_FILES := $(call all-subdir-java-files)
+
+LOCAL_MODULE:= com.android.nfc_extras
+
+include $(BUILD_JAVA_LIBRARY)