* E vndksupport: Could not load /vendor/lib/hw/audio.primary.mt6768.so from default namespace: dlopen failed: cannot locate symbol "_ZN7android13TypeConverterINS_13DefaultTraitsI14audio_format_tEEE6mTableE" referenced by "/vendor/lib/hw/audio.primary.mt6768.so"....
* The required conversion mTable [1] was removed in VNDK31, add it back.
* Replace it with libmedia_helper-v30.
[1] dc6be0d575
Signed-off-by: bengris32 <bengris32@protonmail.ch>
Change-Id: I5966e583196fa02a6ba325f6ce63d64c0ec57cf0
13 lines
191 B
Plaintext
13 lines
191 B
Plaintext
|
|
cc_library_shared {
|
|
name: "libshim_audio",
|
|
srcs: [
|
|
"libshim_audio.cpp"
|
|
],
|
|
shared_libs: [
|
|
"libmedia_helper",
|
|
"libaudioutils"
|
|
],
|
|
vendor: true
|
|
}
|