aboutsummaryrefslogtreecommitdiff
path: root/include/nativehelper/JniInvocation.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/nativehelper/JniInvocation.h')
-rw-r--r--include/nativehelper/JniInvocation.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/nativehelper/JniInvocation.h b/include/nativehelper/JniInvocation.h
index 9876d8d..b5198ff 100644
--- a/include/nativehelper/JniInvocation.h
+++ b/include/nativehelper/JniInvocation.h
@@ -38,6 +38,9 @@ class JniInvocation {
// persist.sys.dalvik.vm.lib.
bool Init(const char* library);
+ // Exposes which library is actually loaded from the given name.
+ static const char* GetLibrary(const char* library);
+
private:
bool FindSymbol(void** pointer, const char* symbol);