9 lines
163 B
Text
9 lines
163 B
Text
{
|
|
# Export symbols that correspond to our JNIEXPORTed functions.
|
|
global:
|
|
Java_android_view_textclassifier_*;
|
|
|
|
# Hide everything else.
|
|
local:
|
|
*;
|
|
};
|