marble: add libcodec2_hidl_shim library and implementation for codec2 HIDL interface

This commit is contained in:
2025-06-16 08:46:16 +09:00
parent ed59e6f20f
commit 2e3e573a54
2 changed files with 19 additions and 0 deletions

8
libshim/Android.bp Normal file
View File

@ -0,0 +1,8 @@
cc_library_shared {
name: "libcodec2_hidl_shim",
srcs: ["libcodec2_hidl_shim/libcodec2_hidl_shim.cpp"],
shared_libs: [
"libcodec2_hidl@1.0",
],
vendor_available: true,
}