android_packages_modules_Vi.../launcher
Jiyong Park fe5b28ef8e A lib in APK can depend on other libs in the same APK
This hasn't worked because the path /mnt/apk/lib/<abi> wasn't in the
search paths of the linker namespace that the library is loaded (which
is the default namespace).

Fixing that by creating a new linker namespace 'microdroid' that
inherits the settings from the default namespace but adds the library
directory to the search paths, and loading the library from that
namespace.

Bug: N/A
Test: atest MicrodroidHostTestCases

Change-Id: I30c4ce86a48b80fa65e3b5ffeb90561fa1d2544e
2021-06-24 01:36:37 +09:00
..
Android.bp A lib in APK can depend on other libs in the same APK 2021-06-24 01:36:37 +09:00
main.cpp A lib in APK can depend on other libs in the same APK 2021-06-24 01:36:37 +09:00