summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorBernie Innocenti <codewiz@google.com>2018-09-13 00:28:51 +0900
committerBernie Innocenti <codewiz@google.com>2018-09-28 19:51:29 +0900
commitd14172145ab8fec6b3b52760bcb66d710e5da956 (patch)
treed977d55d1d8265fef124f798e877947229a3ee4f /client
parente9ba09c3d900154f64c923f9bda76626ba4af757 (diff)
downloadnetd-d14172145ab8fec6b3b52760bcb66d710e5da956.tar.gz
Stop using the private bionic headers
Note that only netd/server/ should link with libnetd_resolv. The client portion and tests only need access to resolv/resolv_netid.h, and mostly just to get the value of NETID_UNSET. We should consider moving this somewhere else, perhaps system/netid/client. We should also consider cleanly separating the public libnetd_resolv interface and exporting them via a separate include path, following the same pattern of libnetdutils and other libs. Test: m netd netd_integration_test netd_unit_test netd_benchmark Change-Id: I3a76cba254a9b05cb7c8e2d164540f9c0bb60ea9
Diffstat (limited to 'client')
-rw-r--r--client/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/Android.bp b/client/Android.bp
index 9311e9b1..c098f863 100644
--- a/client/Android.bp
+++ b/client/Android.bp
@@ -24,7 +24,7 @@ cc_library {
export_header_lib_headers: ["libnetd_client_headers"],
include_dirs: [
- "bionic/libc/dns/include",
+ "system/netd/resolv",
"system/netd/include",
],