Home | History | Annotate | Download | only in android
      1 # These functions have been part of the NDK since API 24.
      2 # They are also all available to vendor code.
      3 LIBANDROID_NET {
      4   global:
      5     android_setsocknetwork; # vndk
      6     android_setprocnetwork; # vndk
      7     android_getaddrinfofornetwork; # vndk
      8   local:
      9     *;
     10 };
     11