00f2ebe9cc
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 |
||
---|---|---|
.. | ||
Android.bp | ||
CodeCacheCreate_test.cpp | ||
CodeCacheExists_test.cpp | ||
CodeCacheStatFail_test.cpp | ||
CompleteFlow_test.cpp | ||
DummyNativeBridge.cpp | ||
DummyNativeBridge2.cpp | ||
DummyNativeBridge3.cpp | ||
InvalidCharsNativeBridge_test.cpp | ||
NativeBridge2Signal_test.cpp | ||
NativeBridge3CreateNamespace_test.cpp | ||
NativeBridge3GetError_test.cpp | ||
NativeBridge3InitAnonymousNamespace_test.cpp | ||
NativeBridge3IsPathSupported_test.cpp | ||
NativeBridge3LoadLibraryExt_test.cpp | ||
NativeBridge3UnloadLibrary_test.cpp | ||
NativeBridgeApi.c | ||
NativeBridgeTest.h | ||
NativeBridgeVersion_test.cpp | ||
NeedsNativeBridge_test.cpp | ||
PreInitializeNativeBridge_test.cpp | ||
PreInitializeNativeBridgeFail1_test.cpp | ||
PreInitializeNativeBridgeFail2_test.cpp | ||
ReSetupNativeBridge_test.cpp | ||
UnavailableNativeBridge_test.cpp | ||
ValidNameNativeBridge_test.cpp |