marble: add libcodec2_hidl_shim library and implementation for codec2 HIDL interface
This commit is contained in:
8
libshim/Android.bp
Normal file
8
libshim/Android.bp
Normal 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,
|
||||
}
|
Reference in New Issue
Block a user