From 8800dcfc2228f1e35abc082eea8f1c4a7c33dee0 Mon Sep 17 00:00:00 2001 From: SGCMarkus Date: Thu, 17 Feb 2022 23:34:57 +0100 Subject: [PATCH] pstar: add vendor copies of android.hardware.nfc and android.hardware.secure_element --- device.mk | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/device.mk b/device.mk index 9b4ad6f..39a1f3d 100644 --- a/device.mk +++ b/device.mk @@ -45,12 +45,9 @@ PRODUCT_COPY_FILES += \ # NFC PRODUCT_PACKAGES += \ - android.hardware.nfc@1.0 \ - android.hardware.nfc@1.1 \ - android.hardware.nfc@1.2 \ + android.hardware.nfc@1.2.vendor \ android.hardware.nfc@1.2-service.st \ - android.hardware.secure_element@1.0 \ - android.hardware.secure_element@1.1 \ + android.hardware.secure_element@1.2.vendor \ android.hardware.secure_element@1.2-service.st \ com.android.nfc_extras \ NfcNci \