Merge "Shamu: NFC: Add default implementation." am: bfb13347ec am: 41f6baa74f
am: 48f4ecdf4b

Change-Id: I3cca2bd9abe4a0fc816fbd1f4063e4ec69c073bd
diff --git a/device.mk b/device.mk
index c422f9e..c8993ab 100644
--- a/device.mk
+++ b/device.mk
@@ -290,7 +290,13 @@
 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 \