RELNOTES=TensorFlow Lite Android AARs now include the C headers and APIs required to use TFLite from native code. PiperOrigin-RevId: 284294408 Change-Id: I10052adba8355cb0d980728aca518efad1187272
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:
|
|
*;
|
|
};
|