android_system_core/libnativebridge/tests
Zhenhua WANG e8fb11dfa1 NativeBridge: add "linked namespace" semantic corresponding to linker
For dynamic linking perspective, semantics of NativeBridge needs to
align with dynamic linker. This patch adds "linked namespace" semantic
which shares some libraries from one namespace to another.

Test: make test-art-host-run-test-115-native-bridge
Change-Id: I71ce1dde19d61363d5eb9731fd4795a8c315b3a0
2017-03-29 17:34:11 -07:00
..
Android.mk NativeBridge: add "linked namespace" semantic corresponding to linker 2017-03-29 17:34:11 -07:00
Android.nativebridge-dummy.mk Upgrade native bridge to version 3 to support namespace 2016-10-25 11:11:38 -07:00
CodeCacheCreate_test.cpp
CodeCacheExists_test.cpp
CodeCacheStatFail_test.cpp Allow native bridge to work without a code cache 2015-07-10 11:22:09 +08:00
CompleteFlow_test.cpp
DummyNativeBridge.cpp
DummyNativeBridge2.cpp
DummyNativeBridge3.cpp NativeBridge: add "linked namespace" semantic corresponding to linker 2017-03-29 17:34:11 -07:00
InvalidCharsNativeBridge_test.cpp
NativeBridge2Signal_test.cpp
NativeBridge3CreateNamespace_test.cpp Upgrade native bridge to version 3 to support namespace 2016-10-25 11:11:38 -07:00
NativeBridge3GetError_test.cpp Upgrade native bridge to version 3 to support namespace 2016-10-25 11:11:38 -07:00
NativeBridge3InitAnonymousNamespace_test.cpp NativeBridge: add "linked namespace" semantic corresponding to linker 2017-03-29 17:34:11 -07:00
NativeBridge3IsPathSupported_test.cpp Upgrade native bridge to version 3 to support namespace 2016-10-25 11:11:38 -07:00
NativeBridge3LoadLibraryExt_test.cpp Upgrade native bridge to version 3 to support namespace 2016-10-25 11:11:38 -07:00
NativeBridge3UnloadLibrary_test.cpp Upgrade native bridge to version 3 to support namespace 2016-10-25 11:11:38 -07:00
NativeBridgeTest.h Upgrade native bridge to version 3 to support namespace 2016-10-25 11:11:38 -07:00
NativeBridgeVersion_test.cpp
NeedsNativeBridge_test.cpp Add Mips64 Runtime ISA type. 2016-02-08 14:02:47 -08:00
PreInitializeNativeBridgeFail1_test.cpp system/core Replace cutils/log.h with android/log.h 2016-09-30 12:47:05 -07:00
PreInitializeNativeBridgeFail2_test.cpp system/core Replace cutils/log.h with android/log.h 2016-09-30 12:47:05 -07:00
PreInitializeNativeBridge_test.cpp system/core Replace cutils/log.h with android/log.h 2016-09-30 12:47:05 -07:00
ReSetupNativeBridge_test.cpp
UnavailableNativeBridge_test.cpp
ValidNameNativeBridge_test.cpp