commit | c939de0feb819794bc580920dbbd6e8b7e365644 | [log] [tgz] |
---|---|---|
author | Bernie Innocenti <codewiz@google.com> | Wed Sep 12 17:59:17 2018 +0900 |
committer | Bernie Innocenti <codewiz@google.com> | Wed Sep 12 20:29:08 2018 +0900 |
tree | 3b653230c66b239ebe4e47d7f1011f00ca67b138 | |
parent | 5c6e0b00f39c9df770f1f5980e075fefb9542c44 [diff] |
nsdispatch removal from gethostbyname() This gets rid of several layers of obfuscation in between nsdispatch() and the functions which actually lookup for a hostname in the hosts file and dns. This opens the way for even more cleanups, which I will leave for another day; let's first rip off nsdispatch() from everywhere, which lets us kill another dependency on an internal bionic header. Test: atest netd_integration_test Change-Id: I911fb254939ecc9661695d0ca5474c3caeb4c1d9