Home | History | Annotate | Download | only in libtextclassifier
      1 {
      2   # Export symbols that correspond to our JNIEXPORTed functions.
      3   global:
      4     Java_android_view_textclassifier_*;
      5 
      6   # Hide everything else.
      7   local:
      8     *;
      9 };
     10