version_script.lds 137 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 VERS_1.0 { # Export JNI symbols. global: Java_*; JNI_OnLoad; JNI_OnUnload; # Hide everything else. local: *; };