diff --git a/Android.bp b/Android.bp index f964503..3585ece 100644 --- a/Android.bp +++ b/Android.bp @@ -441,31 +441,10 @@ cc_prebuilt_binary { srcs: [ "proprietary/vendor/bin/hw/android.hardware.security.keymint-service.samsung", ], - shared_libs: [ - "libshim_crypto", - "android.hardware.security.rkp-V3-ndk", - "libskeymint10device", - "vendor.samsung.hardware.keymint-V1-ndk_platform", - "android.hardware.security.keymint-V4-ndk", - "android.hardware.security.sharedsecret-V1-ndk", - "android.hardware.security.secureclock-V1-ndk", - "libbase", - "libbinder_ndk", - "libcppbor_external", - "libcrypto-tm", - "libkeymaster_portable", - "libkeymint", - "liblog", - "libpuresoftkeymasterdevice", - "libutils", - "libc++", - "libc", - "libm", - "libdl", - ], }, }, compile_multilib: "64", + check_elf_files: false, strip: { none: true, }, diff --git a/proprietary/vendor/bin/hw/android.hardware.security.keymint-service.samsung b/proprietary/vendor/bin/hw/android.hardware.security.keymint-service.samsung index cf8061f..6f0663c 100755 Binary files a/proprietary/vendor/bin/hw/android.hardware.security.keymint-service.samsung and b/proprietary/vendor/bin/hw/android.hardware.security.keymint-service.samsung differ