summaryrefslogtreecommitdiff
path: root/module_ndk_libs/libnativehelper/libnativehelper.map.txt
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-08 16:04:43 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-08 16:04:43 +0000
commit7a90093d6b71d79d87b18148fe6af5611952bbb2 (patch)
tree0b035ddca802cb37fd548a6d3d7c55e7a621aac5 /module_ndk_libs/libnativehelper/libnativehelper.map.txt
parent23c944f6dd01b7975a0dd85d48ab4f2abbad2593 (diff)
parente474f50680b5c938d7462172b949578699df2854 (diff)
downloadextras-aml_tz2_305400100.tar.gz
Change-Id: Idbcfde9117fc93b159ca7325439be30538debfe5
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;
-};