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