AOSP - Can't access FWK-Only library from vendor module

127 Views Asked by At

I need to access a FWK-Only library (libaaudio) from vendor module. Is there any possibility to do it via VNDK or VNDK-SP ? If so, Can you give an idea how to achieve it. Thanks.

When I tried to access libaaudio from vendor, I got the error that

Library (libaaudio.so) needed or dlopened by "/vendor/lib64/lib [email protected]" is not accessible for the namespaces: [name="(default)", ld_library_paths="", default_library_paths="/vendor/lib64:/vendor/lib64/hw:/vendor/lib64/egl", permitted_paths="odm:/vendor:/system/vendor"]
0

There are 0 best solutions below