summaryrefslogtreecommitdiffstats
path: root/nfc/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'nfc/Android.mk')
-rw-r--r--nfc/Android.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/nfc/Android.mk b/nfc/Android.mk
index 3001be3..ab53f9b 100644
--- a/nfc/Android.mk
+++ b/nfc/Android.mk
@@ -25,14 +25,3 @@ LOCAL_CFLAGS := -Wall -Werror
LOCAL_CFLAGS += -D$(TARGET_DEVICE)
include $(BUILD_SHARED_LIBRARY)
-
-
-include $(CLEAR_VARS)
-
-LOCAL_MODULE := libpn544_fw
-LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR)/firmware
-LOCAL_SRC_FILES := pn544_fw.c
-LOCAL_MODULE_TAGS := optional
-LOCAL_CFLAGS := -Wall -Werror
-
-include $(BUILD_SHARED_LIBRARY)