summaryrefslogtreecommitdiffstats
path: root/modules/nfc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/nfc')
-rw-r--r--modules/nfc/Android.mk2
-rw-r--r--modules/nfc/nfc_pn544_example.c (renamed from modules/nfc/nfc_hw_example.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/modules/nfc/Android.mk b/modules/nfc/Android.mk
index d541b21..429fb43 100644
--- a/modules/nfc/Android.mk
+++ b/modules/nfc/Android.mk
@@ -18,7 +18,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := nfc.default
LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw
-LOCAL_SRC_FILES := nfc_hw_example.c
+LOCAL_SRC_FILES := nfc_pn544_example.c
LOCAL_SHARED_LIBRARIES := liblog libcutils
LOCAL_MODULE_TAGS := optional
diff --git a/modules/nfc/nfc_hw_example.c b/modules/nfc/nfc_pn544_example.c
index 54c9c56..54c9c56 100644
--- a/modules/nfc/nfc_hw_example.c
+++ b/modules/nfc/nfc_pn544_example.c