diff --git a/Android.bp b/Android.bp index 12330c0..55ffdc9 100644 --- a/Android.bp +++ b/Android.bp @@ -2117,7 +2117,6 @@ cc_prebuilt_library_shared { "proprietary/vendor/lib64/ese_spi_nxp.so", ], shared_libs: [ - "libbase_shim", "android.hardware.secure_element@1.0", "libcutils", "libhardware", @@ -3536,7 +3535,6 @@ cc_prebuilt_library_shared { "proprietary/vendor/lib64/nfc_nci_nxpsn.so", ], shared_libs: [ - "libbase_shim", "android.hardware.nfc@1.0", "android.hardware.nfc@1.1", "android.hardware.nfc@1.2", diff --git a/proprietary/vendor/lib64/ese_spi_nxp.so b/proprietary/vendor/lib64/ese_spi_nxp.so index 52bb7df..0893ba2 100644 Binary files a/proprietary/vendor/lib64/ese_spi_nxp.so and b/proprietary/vendor/lib64/ese_spi_nxp.so differ diff --git a/proprietary/vendor/lib64/nfc_nci_nxpsn.so b/proprietary/vendor/lib64/nfc_nci_nxpsn.so index 00a6efb..84f37d4 100644 Binary files a/proprietary/vendor/lib64/nfc_nci_nxpsn.so and b/proprietary/vendor/lib64/nfc_nci_nxpsn.so differ