summaryrefslogtreecommitdiff
path: root/module_ndk_libs/libnativehelper/libnativehelper.map.txt
diff options
context:
space:
mode:
Diffstat (limited to 'module_ndk_libs/libnativehelper/libnativehelper.map.txt')
-rw-r--r--module_ndk_libs/libnativehelper/libnativehelper.map.txt41
1 files changed, 17 insertions, 24 deletions
diff --git a/module_ndk_libs/libnativehelper/libnativehelper.map.txt b/module_ndk_libs/libnativehelper/libnativehelper.map.txt
index 72efd923..9ef00813 100644
--- a/module_ndk_libs/libnativehelper/libnativehelper.map.txt
+++ b/module_ndk_libs/libnativehelper/libnativehelper.map.txt
@@ -10,30 +10,23 @@ LIBNATIVEHELPER_S { # introduced=S
JNI_GetDefaultJavaVMInitArgs;
JNI_GetCreatedJavaVMs;
- # API for platform and modules only.
- jniRegisterNativeMethods; # apex
- jniThrowException; # apex
- jniThrowExceptionFmt; # apex
- jniThrowNullPointerException; # apex
- jniThrowRuntimeException; # apex
- jniThrowIOException; # apex
- jniThrowErrnoException; # apex
- jniCreateFileDescriptor; # apex
- jniGetFDFromFileDescriptor; # apex
- jniSetFileDescriptorOfFD; # apex
- jniGetNioBufferBaseArray; # apex
- jniGetNioBufferBaseArrayOffset; # apex
- jniGetNioBufferPointer; # apex
- jniGetNioBufferFields; # apex
- jniCreateString; # apex
- jniLogException; # apex
- jniUninitializeConstants; # apex
-
- JniInvocationCreate; # apex
- JniInvocationDestroy; # apex
- JniInvocationInit; # apex
- JniInvocationGetLibrary; # apex
-
local:
*;
};
+
+LIBNATIVEHELPER_PLATFORM { # platform-only
+ global:
+ JniInvocationCreate;
+ JniInvocationDestroy;
+ JniInvocationInit;
+ JniInvocationGetLibrary;
+
+ jniGetNioBufferBaseArray;
+ jniGetNioBufferBaseArrayOffset;
+ jniGetNioBufferPointer;
+ jniGetNioBufferFields;
+
+ jniRegisterNativeMethods;
+ jniUninitializeConstants;
+ jniLogException;
+};