chromium/third_party/jni_zero/sample/sample_lib_version_script.txt

{
  global:
    JNI_OnLoad;
    Java_*;
  local:
    *;
};