Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7172b09e authored by Jiyong Park's avatar Jiyong Park Committed by android-build-merger
Browse files

Merge "Rename # vndk tag to # llndk"

am: ba07364e

Change-Id: Ib5ca9181cd8529f5ed552f6cad0579b26723d6e1
parents 1f44c030 ba07364e
Loading
Loading
Loading
Loading
+12 −8
Original line number Diff line number Diff line
# They are also all available to vendor code.
# 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.
LIBANDROID_NET {
  global:
    # These functions have been part of the NDK since API 24.
    android_getaddrinfofornetwork; # vndk
    android_setsocknetwork; # vndk
    android_setprocnetwork; # vndk
    android_getaddrinfofornetwork; # llndk
    android_setsocknetwork; # llndk
    android_setprocnetwork; # llndk
    # These functions have been part of the NDK since API 29.
    android_res_cancel; # vndk
    android_res_nquery; # vndk
    android_res_nresult; # vndk
    android_res_nsend; # vndk
    android_res_cancel; # llndk
    android_res_nquery; # llndk
    android_res_nresult; # llndk
    android_res_nsend; # llndk
  local:
    *;
};