sm8350-common: Add missing libcrypto-v34.so
To fix undefined symbol CBS_init And set soname
This commit is contained in:
parent
19cbb7c8b1
commit
3af172b6ea
18
Android.bp
18
Android.bp
@ -5016,6 +5016,23 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libcrypto-v34",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: ["proprietary/vendor/lib64/libcrypto-v34.so"],
|
||||
shared_libs: ["libc", "libm", "libdl", ],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libxtadapter",
|
||||
owner: "xiaomi",
|
||||
@ -8688,4 +8705,3 @@ cc_prebuilt_binary {
|
||||
prefer: true,
|
||||
system_ext_specific: true,
|
||||
}
|
||||
|
||||
|
BIN
proprietary/vendor/lib64/libcrypto-v34.so
vendored
Executable file
BIN
proprietary/vendor/lib64/libcrypto-v34.so
vendored
Executable file
Binary file not shown.
@ -416,6 +416,7 @@ PRODUCT_PACKAGES += \
|
||||
libwms \
|
||||
libwqe \
|
||||
libwvhidl \
|
||||
libcrypto-v34 \
|
||||
libxtadapter \
|
||||
ls_nq_client \
|
||||
libwvdrmengine \
|
||||
|
Loading…
Reference in New Issue
Block a user