xref: /aosp_15_r20/external/tflite-support/tensorflow_lite_support/java/tflite_version_script.lds (revision b16991f985baa50654c05c5adbb3c8bbcfb40082)
1VERS_1.0 {
2  # Export JNI and native C symbols.
3  global:
4    Java_*;
5
6  # Hide everything else.
7  local:
8    *;
9};
10
11