diff --git a/device-husky.mk b/device-husky.mk index f29100a..a0ff11c 100644 --- a/device-husky.mk +++ b/device-husky.mk @@ -83,7 +83,7 @@ PRODUCT_COPY_FILES += \ device/google/shusky/nfc/libnfc-nci.conf:$(TARGET_COPY_OUT_PRODUCT)/etc/libnfc-nci.conf PRODUCT_PACKAGES += \ - com.android.nfcservices \ + NfcNci \ Tag \ android.hardware.nfc-service.st diff --git a/device-ripcurrent.mk b/device-ripcurrent.mk index b3acdda..a480c42 100644 --- a/device-ripcurrent.mk +++ b/device-ripcurrent.mk @@ -67,7 +67,7 @@ PRODUCT_COPY_FILES += \ device/google/shusky/nfc/libnfc-nci.conf:$(TARGET_COPY_OUT_PRODUCT)/etc/libnfc-nci.conf PRODUCT_PACKAGES += \ - com.android.nfcservices \ + NfcNci \ Tag \ android.hardware.nfc-service.st diff --git a/device-shiba.mk b/device-shiba.mk index 76b9daf..d5ee0ab 100644 --- a/device-shiba.mk +++ b/device-shiba.mk @@ -68,7 +68,7 @@ PRODUCT_COPY_FILES += \ device/google/shusky/nfc/libnfc-nci.conf:$(TARGET_COPY_OUT_PRODUCT)/etc/libnfc-nci.conf PRODUCT_PACKAGES += \ - com.android.nfcservices \ + NfcNci \ Tag \ android.hardware.nfc-service.st