Lines Matching refs:so
6 libnativeloader is responsible for loading native shared libraries (`*.so`
8 app-provided JNI libraries or public native libraries like `libc.so` provided
21 configured so that only the JNI libraries embedded in the APK is accessible
36 have their own linker namespaces. For example, ICU libraries `libicuuc.so` and
37 `libicui18n.so` are from the I18n APEX.
47 libraries should be named as `lib<name>.<companyname>.so` as in
48 `libFoo.acme.so`.
50 Note that, due to the naming constraint requiring `.<companyname>.so` suffix, it
52 library, e.g. libgui.so, libart.so, etc., to APKs.
55 dynamic linker interface: `libdl.so` and `libnativebridge.so`. The former is
78 dynamic linker interface so that other parts of this library do not have to know