diff --git a/device-husky.mk b/device-husky.mk index c098901..d22d637 100644 --- a/device-husky.mk +++ b/device-husky.mk @@ -87,7 +87,7 @@ PRODUCT_COPY_FILES += \ device/google/shusky/nfc/libnfc-nci.conf:$(TARGET_COPY_OUT_PRODUCT)/etc/libnfc-nci.conf PRODUCT_PACKAGES += \ - NfcNci \ + com.android.nfcservices \ Tag \ android.hardware.nfc-service.st diff --git a/device-ripcurrent.mk b/device-ripcurrent.mk index 6cf6410..2fc2522 100644 --- a/device-ripcurrent.mk +++ b/device-ripcurrent.mk @@ -71,7 +71,7 @@ PRODUCT_COPY_FILES += \ device/google/shusky/nfc/libnfc-nci.conf:$(TARGET_COPY_OUT_PRODUCT)/etc/libnfc-nci.conf PRODUCT_PACKAGES += \ - NfcNci \ + com.android.nfcservices \ Tag \ android.hardware.nfc-service.st diff --git a/device-shiba.mk b/device-shiba.mk index 55caef5..0b13855 100644 --- a/device-shiba.mk +++ b/device-shiba.mk @@ -70,7 +70,7 @@ PRODUCT_COPY_FILES += \ device/google/shusky/nfc/libnfc-nci.conf:$(TARGET_COPY_OUT_PRODUCT)/etc/libnfc-nci.conf PRODUCT_PACKAGES += \ - NfcNci \ + com.android.nfcservices \ Tag \ android.hardware.nfc-service.st