compat: Provide libcrypto-v33

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

Change-Id: I545f58b4119f735385fa0f389ef87c6e9d2c100e
This commit is contained in:
LuK1337 2024-03-18 18:14:14 +01:00
parent ba33c37b07
commit 353e696c1b
No known key found for this signature in database
3 changed files with 18 additions and 0 deletions

View file

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

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

Binary file not shown.

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

Binary file not shown.