summaryrefslogtreecommitdiffstats
path: root/nxp
diff options
context:
space:
mode:
authorMartijn Coenen <maco@google.com>2015-04-09 13:48:14 +0200
committerMartijn Coenen <maco@google.com>2015-04-09 17:00:53 +0200
commit988c3fff5470a1de3a880bd07fa438cc47e283c8 (patch)
treec15b835ac64a3d2612af3c4c760a6ee2a3ddcec9 /nxp
parenta7cac5ded28fc922bf1ce46049fab4c6c7b06321 (diff)
downloadandroid_packages_apps_Nfc-988c3fff5470a1de3a880bd07fa438cc47e283c8.tar.gz
android_packages_apps_Nfc-988c3fff5470a1de3a880bd07fa438cc47e283c8.tar.bz2
android_packages_apps_Nfc-988c3fff5470a1de3a880bd07fa438cc47e283c8.zip
Stop building NXP stack.
Code is planned to be removed post-M. Change-Id: Icca447a788b2c5f4b4b8415c3d39a0a728b58015
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)
+# !!!