commit | 9bf0e1dfbbaade0c0a32bf2e23e1cb52f5e9cbc0 | [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 | 0dce9ac42959a830bdbeebbd64e68a5097985d34 | |
parent | 583330f788858165426ae89dd8412a1b51ef9985 [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