compat: Provide libstagefright_foundation-v33

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

Change-Id: I0e86c254f7ab0040e8b4a383fe46006ce6f7c111
This commit is contained in:
Aaron Kling 2024-08-15 23:00:48 -05:00
parent de40ec9a0c
commit 250739971e
3 changed files with 18 additions and 0 deletions

View file

@ -508,3 +508,21 @@ cc_prebuilt_library_shared {
compile_multilib: "both",
check_elf_files: false,
}
cc_prebuilt_library_shared {
name: "libstagefright_foundation-v33",
vendor: true,
strip: {
none: true,
},
target: {
android_arm: {
srcs: ["vndk/v33/arm/libstagefright_foundation-v33.so"],
},
android_arm64: {
srcs: ["vndk/v33/arm64/libstagefright_foundation-v33.so"],
},
},
compile_multilib: "both",
check_elf_files: false,
}

Binary file not shown.

Binary file not shown.