Seperate header target for DnsResolver from libnetd_client_header
0. Move NETID_USE_LOCAL_NAMESERVERS definition to DnsResolver
1. Create libnetdbinder_utils shared to DnsResolver
2. Use dnsproxyd_protocol_headers for NETID_USE_LOCAL_NAMESERVERS
Bug: 151895202
Test: build
Change-Id: I5315f5214bc7cd399e878b96a06f486dc8e4b874
diff --git a/client/NetdClient.cpp b/client/NetdClient.cpp
index 0ac1e68..74a441a 100644
--- a/client/NetdClient.cpp
+++ b/client/NetdClient.cpp
@@ -30,6 +30,7 @@
#include <string>
#include <vector>
+#include <DnsProxydProtocol.h> // NETID_USE_LOCAL_NAMESERVERS
#include <android-base/parseint.h>
#include <android-base/unique_fd.h>