diff --git a/Android.bp b/Android.bp index d6d1591..9be5e65 100644 --- a/Android.bp +++ b/Android.bp @@ -21714,24 +21714,6 @@ cc_prebuilt_binary { soc_specific: true, } -cc_prebuilt_binary { - name: "android.hardware.nfc@1.2-service-st", - owner: "xiaomi", - target: { - android_arm64: { - srcs: ["proprietary/vendor/bin/hw/android.hardware.nfc@1.2-service-st"], - shared_libs: ["nfc_nci.st21nfc.st", "libbase", "libcutils", "libhardware", "liblog", "libutils", "android.hardware.nfc@1.0", "android.hardware.nfc@1.1", "android.hardware.nfc@1.2", "libhidlbase", "libc++", "libc", "libm", "libdl", ], - }, - }, - compile_multilib: "64", - strip: { - none: true, - }, - prefer: true, - relative_install_path: "hw", - soc_specific: true, -} - cc_prebuilt_binary { name: "android.hardware.secure_element@1.2-service-mediatek", owner: "xiaomi", diff --git a/proprietary/vendor/bin/hw/android.hardware.nfc@1.2-service-st b/proprietary/vendor/bin/hw/android.hardware.nfc@1.2-service-st deleted file mode 100644 index 92767fb..0000000 Binary files a/proprietary/vendor/bin/hw/android.hardware.nfc@1.2-service-st and /dev/null differ diff --git a/proprietary/vendor/etc/init/android.hardware.nfc@1.2-service-st.rc b/proprietary/vendor/etc/init/android.hardware.nfc@1.2-service-st.rc deleted file mode 100644 index 5b21c8a..0000000 --- a/proprietary/vendor/etc/init/android.hardware.nfc@1.2-service-st.rc +++ /dev/null @@ -1,5 +0,0 @@ -service nfc_hal_service /vendor/bin/hw/android.hardware.nfc@1.2-service-st - class hal - user nfc - group nfc - disabled diff --git a/rosemary-vendor.mk b/rosemary-vendor.mk index 4e5b185..da17f4b 100644 --- a/rosemary-vendor.mk +++ b/rosemary-vendor.mk @@ -195,7 +195,6 @@ PRODUCT_COPY_FILES += \ vendor/xiaomi/rosemary/proprietary/vendor/etc/init/android.hardware.keymaster@4.1-service.beanpod.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.keymaster@4.1-service.beanpod.rc \ vendor/xiaomi/rosemary/proprietary/vendor/etc/init/android.hardware.media.c2@1.2-mediatek.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.media.c2@1.2-mediatek.rc \ vendor/xiaomi/rosemary/proprietary/vendor/etc/init/android.hardware.neuralnetworks@1.3-service-mtk-neuron.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.neuralnetworks@1.3-service-mtk-neuron.rc \ - vendor/xiaomi/rosemary/proprietary/vendor/etc/init/android.hardware.nfc@1.2-service-st.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.nfc@1.2-service-st.rc \ vendor/xiaomi/rosemary/proprietary/vendor/etc/init/android.hardware.secure_element@1.2-service-mediatek.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.secure_element@1.2-service-mediatek.rc \ vendor/xiaomi/rosemary/proprietary/vendor/etc/init/atcid.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/atcid.rc \ vendor/xiaomi/rosemary/proprietary/vendor/etc/init/audiocmdservice_atci.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/audiocmdservice_atci.rc \ @@ -1651,7 +1650,6 @@ PRODUCT_PACKAGES += \ android.hardware.media.c2@1.2-mediatek \ android.hardware.media.c2@1.2-mediatek-64b \ android.hardware.neuralnetworks@1.3-service-mtk-neuron \ - android.hardware.nfc@1.2-service-st \ android.hardware.secure_element@1.2-service-mediatek \ camerahalserver \ mtkfusionrild \