blob: 46bbffe75d8555edcc4b512c5297af836e36a75d [file] [log] [blame]
VERS_1.0 {
# Export JNI and native C symbols.
global:
Java_*;
JNI_OnLoad;
JNI_OnUnload;
TfLite*;
# Hide everything else.
local:
*;
};