compat: Provide libcrypto-v34

Copied from prebuilts/vndk/v34/arm64/*/shared/vndk-core and changed
SONAME using the following command:
* patchelf-0_9 --set-soname libcrypto-v34.so libcrypto-v34.so

Change-Id: I657ef4c5c19f02dfdad3e30ac7073729f67b09a9
This commit is contained in:
basamaryan 2024-09-13 19:37:13 +02:00 committed by zlewchan
parent 250739971e
commit 30972562dc
3 changed files with 18 additions and 0 deletions

View file

@ -350,6 +350,24 @@ cc_prebuilt_library_shared {
check_elf_files: false,
}
cc_prebuilt_library_shared {
name: "libcrypto-v34",
vendor: true,
strip: {
none: true,
},
target: {
android_arm: {
srcs: ["vndk/v34/arm/libcrypto-v34.so"],
},
android_arm64: {
srcs: ["vndk/v34/arm64/libcrypto-v34.so"],
},
},
compile_multilib: "both",
check_elf_files: false,
}
cc_library {
name: "libcutils_shim",
shared_libs: [

BIN
vndk/v34/arm/libcrypto-v34.so Executable file

Binary file not shown.

BIN
vndk/v34/arm64/libcrypto-v34.so Executable file

Binary file not shown.