From 4454d4b92ac97fe91792387de75783dbca2d96d5 Mon Sep 17 00:00:00 2001 From: Roshan Pius Date: Sat, 4 Nov 2023 14:58:26 +0000 Subject: [PATCH] Revert "shusky: Replace NFC app with NFC apex" Revert submission 24993894-cherrypicker-L80100000963393177:N49200001411943056 Reason for revert: Causing bootloop with signed builds Reverted changes: /q/submissionid:24993894-cherrypicker-L80100000963393177:N49200001411943056 Bug: 309117462 Change-Id: Ie332e184ac83dcecac3eb62f8b17a683f22c9575 Test: Compiles, device boots up --- device-husky.mk | 2 +- device-ripcurrent.mk | 2 +- device-shiba.mk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/device-husky.mk b/device-husky.mk index d22d637..c098901 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 += \ - com.android.nfcservices \ + NfcNci \ Tag \ android.hardware.nfc-service.st diff --git a/device-ripcurrent.mk b/device-ripcurrent.mk index 2fc2522..6cf6410 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 += \ - com.android.nfcservices \ + NfcNci \ Tag \ android.hardware.nfc-service.st diff --git a/device-shiba.mk b/device-shiba.mk index 0b13855..55caef5 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 += \ - com.android.nfcservices \ + NfcNci \ Tag \ android.hardware.nfc-service.st