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.txt30
1 files changed, 0 insertions, 30 deletions
diff --git a/module_ndk_libs/libnativehelper/libnativehelper.map.txt b/module_ndk_libs/libnativehelper/libnativehelper.map.txt
deleted file mode 100644
index 46769dd2..00000000
--- a/module_ndk_libs/libnativehelper/libnativehelper.map.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-LIBNATIVEHELPER_S { # introduced=S
- global:
- # NDK API for libnativehelper.
- AFileDescriptor_create;
- AFileDescriptor_getFd;
- AFileDescriptor_setFd;
-
- # JNI Invocation methods available to platform and apps.
- JNI_CreateJavaVM;
- JNI_GetDefaultJavaVMInitArgs;
- JNI_GetCreatedJavaVMs;
-
- local:
- *;
-};
-
-LIBNATIVEHELPER_PLATFORM { # platform-only
- global:
- JniInvocationCreate;
- JniInvocationDestroy;
- JniInvocationInit;
- JniInvocationGetLibrary;
-
- jniGetNioBufferBaseArray;
- jniGetNioBufferBaseArrayOffset;
- jniGetNioBufferPointer;
- jniGetNioBufferFields;
-
- jniUninitializeConstants;
-};