2019-11-06 12:44:58 +09:00
|
|
|
# The following symbols marked with # llndk are available to vendor code.
|
|
|
|
# Unlike other VNDK libraries where keeping backwards compatibility is required
|
|
|
|
# only within a platform release, these symbols need much longer suppport
|
|
|
|
# because the same LLNDK library serves for both system and vendor partition
|
|
|
|
# which might be a few years old.
|
2017-05-17 16:50:17 +09:00
|
|
|
LIBANDROID_NET {
|
|
|
|
global:
|
2018-11-20 11:38:23 +08:00
|
|
|
# These functions have been part of the NDK since API 24.
|
2019-11-06 12:44:58 +09:00
|
|
|
android_getaddrinfofornetwork; # llndk
|
|
|
|
android_setsocknetwork; # llndk
|
|
|
|
android_setprocnetwork; # llndk
|
2018-11-20 11:38:23 +08:00
|
|
|
# These functions have been part of the NDK since API 29.
|
2019-11-06 12:44:58 +09:00
|
|
|
android_res_cancel; # llndk
|
|
|
|
android_res_nquery; # llndk
|
|
|
|
android_res_nresult; # llndk
|
|
|
|
android_res_nsend; # llndk
|
2017-05-17 16:50:17 +09:00
|
|
|
local:
|
|
|
|
*;
|
|
|
|
};
|