8 lines
No EOL
185 B
Text
8 lines
No EOL
185 B
Text
{
|
|
global:
|
|
Java_*; # all JNI functions resolved by name
|
|
JNI_OnLoad;
|
|
JNI_OnUnload;
|
|
local:
|
|
*; # hide everything else (FFmpeg, libyuv, webrtc, ...)
|
|
}; |