platform_system_core/libnativeloader
Jiyong Park 00f2ebe9cc shim libraries for libnativeloader and libnativebridge
libnativeloader_lazy and libnativebridge_lazy are shim libraries for
libnativeloader and libnativebridge, respectively.

The shim libraries provides the same APIs as their counterparts, but
when the APIs are called, the APIs from the real libraries are
loaded/linked/and executed using dlopen/dlsym.

Bug: 123403798
Bug: 124250621
Test: m
Test: device boots to the UI
Test: mma under system/core/libnativebridge with aosp_cf_x86
adb sync; execute all tests under
/data/nativetest/libnativebridge-lazy-tests
All passes except NativeBridgeTest.V2_Signal which is also failing
in /data/nativetest/libnativebridge-tests.

Change-Id: Ic6484784eaa7872dcdd2decbb30943fb34c1abd7
2019-02-12 19:35:45 +09:00
..
include/nativeloader Pass the Java caller's location to OpenNativeLibrary. 2019-01-18 14:07:27 +00:00
test shim libraries for libnativeloader and libnativebridge 2019-02-12 19:35:45 +09:00
.clang-format Set libnativeloader style to clang-format-2 2017-03-29 17:33:12 -07:00
Android.bp shim libraries for libnativeloader and libnativebridge 2019-02-12 19:35:45 +09:00
libnativeloader.map.txt Move to C API of libnativeloader. 2019-01-16 13:40:28 +00:00
native_loader.cpp Add some overview docs for classloader-namespace. 2019-02-06 21:51:27 +00:00
native_loader_lazy.cpp shim libraries for libnativeloader and libnativebridge 2019-02-12 19:35:45 +09:00
OWNERS Add runtime module members to owners. 2019-01-16 22:00:48 +00:00