I'm getting ld.lld: error: undefined symbol: SL_IID_VOLUME when trying to compile my Project for Android. SL_IID_VOLUME belongs to libOpenSLES.so which is available in the host sysroot but the wrap doesn't even try to find OpenSLES.
In meson.build:1301 it says (sys_audio_driver = ['opensles', 'android']) but sys_audio_driver isn't used anywhere. There are also various other sys_* variables that are assigned to but never used.
I'm getting
ld.lld: error: undefined symbol: SL_IID_VOLUMEwhen trying to compile my Project for Android.SL_IID_VOLUMEbelongs tolibOpenSLES.sowhich is available in the host sysroot but the wrap doesn't even try to find OpenSLES.In
meson.build:1301it says (sys_audio_driver = ['opensles', 'android']) butsys_audio_driverisn't used anywhere. There are also various othersys_*variables that are assigned to but never used.