summaryrefslogtreecommitdiff
path: root/libnativebridge/include/nativebridge/native_bridge.h
diff options
context:
space:
mode:
author Calin Juravle <calin@google.com> 2021-05-07 22:44:29 +0000
committer Treehugger Robot <treehugger-gerrit@google.com> 2021-05-09 00:37:05 +0000
commit91d2c5c1d1157f27e723d8ebee458913c6f0ed43 (patch)
tree61089b69928171706cf93d939bb068d115e92c5d /libnativebridge/include/nativebridge/native_bridge.h
parent6958df93f8cb3d82bddadbabb5ed94b3b63a7f14 (diff)
Revert "Avoid loading external libraries from ARTs internal linker namespace."
This reverts commit 582448f29f2f2529202bf868d00ba5d3d3776bb6. Reason for revert: breaks tests Change-Id: I2e0b2a28d4644b314887673d4aef4f1094aea289
Diffstat (limited to 'libnativebridge/include/nativebridge/native_bridge.h')
-rw-r--r--libnativebridge/include/nativebridge/native_bridge.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libnativebridge/include/nativebridge/native_bridge.h b/libnativebridge/include/nativebridge/native_bridge.h
index 2199bab552..e20b6270a1 100644
--- a/libnativebridge/include/nativebridge/native_bridge.h
+++ b/libnativebridge/include/nativebridge/native_bridge.h
@@ -29,11 +29,6 @@ namespace android {
extern "C" {
#endif // __cplusplus
-// Loads a shared library from the system linker namespace, suitable for
-// platform libraries in /system/lib(64). If linker namespaces don't exist (i.e.
-// on host), this simply calls dlopen().
-void* OpenSystemLibrary(const char* path, int flags);
-
struct NativeBridgeRuntimeCallbacks;
struct NativeBridgeRuntimeValues;