From 3c095fde62a98f024f6fffade04f1ae0f6d08c6c Mon Sep 17 00:00:00 2001 From: Roshan Pius Date: Fri, 1 Dec 2023 19:19:56 +0000 Subject: [PATCH] Revert^2 "caimito: Replace NFC app with NFC apex" 2b80687bd54ea455747e83e3718935266cf24107 Bug: 303286040 Test: Compiles Change-Id: I6101ace993aeb3401293336c93f1275df0c23872 --- device-caiman.mk | 2 +- device-komodo.mk | 2 +- device-ripcurrent24.mk | 2 +- device-ripcurrentpro.mk | 2 +- device-tokay.mk | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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