summaryrefslogtreecommitdiffstats
path: root/nxp
diff options
context:
space:
mode:
Diffstat (limited to 'nxp')
-rw-r--r--nxp/jni/Android.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/nxp/jni/Android.mk b/nxp/jni/Android.mk
index 607c6644..c0e23dbe 100644
--- a/nxp/jni/Android.mk
+++ b/nxp/jni/Android.mk
@@ -33,4 +33,8 @@ LOCAL_SHARED_LIBRARIES := \
LOCAL_MODULE := libnfc_jni
LOCAL_MODULE_TAGS := optional
-include $(BUILD_SHARED_LIBRARY)
+# !!! Intentionally commented out, we'll stop building
+# the NXP stack in M, code will be removed in the
+# next release.
+# include $(BUILD_SHARED_LIBRARY)
+# !!!