Really expose the new NDK socket tagging functions added in T.

These functions were already exposed as part of libandroid_net,
but that is not really part of the NDK.

Expose them in libandroid as well, so apps can actually use them.
This is consistent with all the other native networking APIs,
which are exposed in both libandroid_net and libandroid.

Test: atest CtsNativeNetPlatformTestCases
Test: strings out/target/product/bramble/system/lib64/libandroid.so | grep android_tag
Change-Id: I2273cdd48b30a88b82eb3af838031d9fe8897442
This commit is contained in:
Lorenzo Colitti 2022-02-02 11:33:10 +09:00
parent 27c75f17a6
commit 2b9e8860ec

View File

@ -300,6 +300,9 @@ LIBANDROID {
android_res_nquery; # introduced=29
android_res_nresult; # introduced=29
android_res_nsend; # introduced=29
android_tag_socket_with_uid; # introduced=Tiramisu
android_tag_socket; # introduced=Tiramisu
android_untag_socket; # introduced=Tiramisu
AThermal_acquireManager; # introduced=30
AThermal_releaseManager; # introduced=30
AThermal_getCurrentThermalStatus; # introduced=30