allwinner_a64/android/external/libtextclassifier/jni.lds
2018-08-08 16:14:42 +08:00

9 lines
163 B
Text

{
# Export symbols that correspond to our JNIEXPORTed functions.
global:
Java_android_view_textclassifier_*;
# Hide everything else.
local:
*;
};