rosemary: Shim misssing audio symbol

* E vndksupport: Could not load /vendor/lib/hw/audio.primary.mt6785.so from default namespace: dlopen failed: cannot locate symbol "_ZN7android13TypeConverterINS_13DefaultTraitsI14audio_format_tEEE6mTableE" referenced by "/vendor/lib/hw/audio.primary.mt6785.so"....

* The required conversion mTable [1] was removed in VNDK31, add it back.

[1] dc6be0d575

Signed-off-by: bengris32 <bengris32@protonmail.ch>
Change-Id: I9b90be74c40ec52624f84be24917b3392081a3bb
This commit is contained in:
bengris32
2022-10-28 14:28:49 +01:00
committed by Matsvei Niaverau
parent 4e219c3f30
commit 66c85245e3
4 changed files with 133 additions and 0 deletions

View File

@@ -48,6 +48,9 @@ PRODUCT_PACKAGES += \
audio.r_submix.default \
audio.usb.default
PRODUCT_PACKAGES += \
libshim_audio
PRODUCT_PACKAGES += \
libtinycompress \
libtinyxml \