From 7c17c7d7fca27ece3ef7c9b1fb88a496229afae4 Mon Sep 17 00:00:00 2001 From: Alberto97 Date: Sat, 11 Aug 2018 18:22:12 +0200 Subject: [PATCH] Move to NFC 1.1 Implementation --- configs/manifest.xml | 2 +- device.mk | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/configs/manifest.xml b/configs/manifest.xml index 6c1494a..29cd44a 100644 --- a/configs/manifest.xml +++ b/configs/manifest.xml @@ -175,7 +175,7 @@ android.hardware.nfc hwbinder - 1.0 + 1.1 INfc default diff --git a/device.mk b/device.mk index 53c8a7b..ee31449 100644 --- a/device.mk +++ b/device.mk @@ -290,15 +290,13 @@ PRODUCT_PACKAGES += \ libandroid_net_32 PRODUCT_PACKAGES += \ + android.hardware.nfc@1.1-service \ libnfc \ - libnfc_jni \ - nfc_nci.msm8953 \ NfcNci \ + SecureElement \ Tag \ TagGoogle \ - com.android.nfc_extras \ - android.hardware.nfc@1.0-impl \ - android.hardware.nfc@1.0-service + com.android.nfc_extras # OMX PRODUCT_PACKAGES += \