aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/java/config/version_script.lds
blob: 38c93dda730550070f28b59297c5191a9615ed7b (plain)
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:
    *;
};