1VERS_1.0 {
2  # Export JNI and native C symbols.
3  global:
4    Java_*;
5
6  # Hide everything else.
7  local:
8    *;
9};
10