13 lines
163 B
Plaintext
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:
|
|
*;
|
|
};
|