blob: 9b5a5a1f4b526f5fc24bdddde1eb70b8fe63e3b6 [file] [log] [blame]
Lorenzo Colittid15f0af2017-05-17 16:50:17 +09001# These functions have been part of the NDK since API 24.
2# They are also all available to vendor code.
3LIBANDROID_NET {
4 global:
5 android_setsocknetwork; # vndk
6 android_setprocnetwork; # vndk
7 android_getaddrinfofornetwork; # vndk
8 local:
9 *;
10};