| commit | 829511c71bd969713df66f8ad76207d2fe572835 | [log] [tgz] |
|---|---|---|
| author | Luke Huang <huangluke@google.com> | Tue May 26 17:31:15 2020 +0800 |
| committer | Maciej Żenczykowski <maze@google.com> | Sat May 30 18:44:52 2020 -0700 |
| tree | 5e6545866a21ced15835a5bb6cf29c0ed651a597 | |
| parent | eb618ef6c5a6b222d3afae82450e168f3dcf66bd [diff] [blame] |
Stop depend on libnetd_client_header Use the new one libnetdbinder_utils which only included required header from netd. Create dnsproxyd_protocol_headers for NETID_USE_LOCAL_NAMESERVERS. Bug: 151895202 Test: build, atest Change-Id: I13d56bbce94614865fb0d892b1ce0c6f2fffe4af Merged-In: I13d56bbce94614865fb0d892b1ce0c6f2fffe4af
diff --git a/tests/resolv_integration_test.cpp b/tests/resolv_integration_test.cpp index 5d05eb3..bf26174 100644 --- a/tests/resolv_integration_test.cpp +++ b/tests/resolv_integration_test.cpp
@@ -53,6 +53,7 @@ #include <numeric> #include <thread> +#include <DnsProxydProtocol.h> // NETID_USE_LOCAL_NAMESERVERS #include <aidl/android/net/IDnsResolver.h> #include <android/binder_manager.h> #include <android/binder_process.h>