From 9f98831ce4a514fb72f8f2fddc5f50447577a596 Mon Sep 17 00:00:00 2001 From: Martijn Coenen Date: Fri, 7 Oct 2016 13:41:45 +0200 Subject: Shamu: NFC: Add default implementation. Bug: 31937795 Test: NFC works Change-Id: I054646b5d58a4992c1b0c59e9f97c590ccb4f2d4 --- device.mk | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/device.mk b/device.mk index 81eaf655..9c2ed015 100644 --- a/device.mk +++ b/device.mk @@ -290,7 +290,13 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ nfc_nci.bcm2079x.default \ NfcNci \ - Tag + Tag \ + android.hardware.nfc@1.0-impl + +ifeq ($(ENABLE_TREBLE), true) +PRODUCT_PACKAGES += \ + android.hardware.nfc@1.0-service +endif PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.nfc.xml:system/etc/permissions/android.hardware.nfc.xml \ -- cgit v1.2.3