You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
640 B

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;
};