1# They are also all available to vendor code. 2LIBANDROID_NET { 3 global: 4 # These functions have been part of the NDK since API 24. 5 android_getaddrinfofornetwork; # vndk 6 android_setsocknetwork; # vndk 7 android_setprocnetwork; # vndk 8 # These functions have been part of the NDK since API 29. 9 android_res_cancel; # vndk 10 android_res_nquery; # vndk 11 android_res_nresult; # vndk 12 android_res_nsend; # vndk 13 local: 14 *; 15}; 16