STT-tensorflow/tf/tensorflow/lite/java/tflite_version_script.lds
Mihai Maruseac 06923bb4fe initial
2021-01-21 09:06:36 -08:00

13 lines
163 B
Plaintext

VERS_1.0 {
# Export JNI and native C symbols.
global:
Java_*;
JNI_OnLoad;
JNI_OnUnload;
TfLite*;
# Hide everything else.
local:
*;
};