diff --git a/device-caiman.mk b/device-caiman.mk index b115970b..b8cbcfa1 100644 --- a/device-caiman.mk +++ b/device-caiman.mk @@ -65,7 +65,7 @@ PRODUCT_COPY_FILES += \ device/google/caimito/nfc/libnfc-nci.conf:$(TARGET_COPY_OUT_PRODUCT)/etc/libnfc-nci.conf PRODUCT_PACKAGES += \ - NfcNci \ + $(RELEASE_PACKAGE_NFC_STACK) \ Tag \ android.hardware.nfc-service.st diff --git a/device-komodo.mk b/device-komodo.mk index 4aad00bd..49a0acfa 100644 --- a/device-komodo.mk +++ b/device-komodo.mk @@ -80,7 +80,7 @@ PRODUCT_COPY_FILES += \ device/google/caimito/nfc/libnfc-nci.conf:$(TARGET_COPY_OUT_PRODUCT)/etc/libnfc-nci.conf PRODUCT_PACKAGES += \ - NfcNci \ + $(RELEASE_PACKAGE_NFC_STACK) \ Tag \ android.hardware.nfc-service.st diff --git a/device-ripcurrent24.mk b/device-ripcurrent24.mk index 21544e88..3d4ac419 100644 --- a/device-ripcurrent24.mk +++ b/device-ripcurrent24.mk @@ -61,7 +61,7 @@ PRODUCT_COPY_FILES += \ device/google/caimito/nfc/libnfc-nci.conf:$(TARGET_COPY_OUT_PRODUCT)/etc/libnfc-nci.conf PRODUCT_PACKAGES += \ - NfcNci \ + $(RELEASE_PACKAGE_NFC_STACK) \ Tag \ android.hardware.nfc-service.st diff --git a/device-ripcurrentpro.mk b/device-ripcurrentpro.mk index c45b3645..90caa35a 100644 --- a/device-ripcurrentpro.mk +++ b/device-ripcurrentpro.mk @@ -62,7 +62,7 @@ PRODUCT_COPY_FILES += \ device/google/caimito/nfc/libnfc-nci.conf:$(TARGET_COPY_OUT_PRODUCT)/etc/libnfc-nci.conf PRODUCT_PACKAGES += \ - NfcNci \ + $(RELEASE_PACKAGE_NFC_STACK) \ Tag \ android.hardware.nfc-service.st diff --git a/device-tokay.mk b/device-tokay.mk index 8af6060b..886a6879 100644 --- a/device-tokay.mk +++ b/device-tokay.mk @@ -71,7 +71,7 @@ PRODUCT_COPY_FILES += \ device/google/caimito/nfc/libnfc-nci.conf:$(TARGET_COPY_OUT_PRODUCT)/etc/libnfc-nci.conf PRODUCT_PACKAGES += \ - NfcNci \ + $(RELEASE_PACKAGE_NFC_STACK) \ Tag \ android.hardware.nfc-service.st