blob: 427560c8f1227f66167ecc4db1e6e1e743295f43 [file] [log] [blame]
{
global:
extern "C++" {
*gluten::*;
*facebook::velox::*;
};
Java_org_apache_gluten_*;
JNI_OnLoad;
JNI_OnUnload;
local:
# Hide all other symbols except the above global symbols.
*;
};