ZaStoGram/TMessagesProj/jni/exports.map
2026-08-22 10:52:29 +04:00

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, ...)
};