Merge "Add dnsproxyd_protocol_headers for NETID_USE_LOCAL_NAMESERVERS" into rvc-dev am: 351fb18fa4 am: a5f29fd7ff am: e0deee66e7 am: 3ef377aa57

Change-Id: I5ad15218e901634c7f6c84abb528eea12daa5e82
This commit is contained in:
TreeHugger Robot
2020-05-29 14:49:18 +00:00
committed by Automerger Merge Worker
2 changed files with 7 additions and 3 deletions

View File

@@ -271,7 +271,10 @@ cc_library_shared {
// our headers include libnativewindow's public headers
"libnativewindow",
],
header_libs: ["bionic_libc_platform_headers"],
header_libs: [
"bionic_libc_platform_headers",
"dnsproxyd_protocol_headers",
],
},
host: {
cflags: [

View File

@@ -27,12 +27,13 @@
#include <netinet/ip.h>
#include <netinet/udp.h>
#include <DnsProxydProtocol.h> // NETID_USE_LOCAL_NAMESERVERS
#include <android_runtime/AndroidRuntime.h>
#include <cutils/properties.h>
#include <utils/misc.h>
#include <utils/Log.h>
#include <nativehelper/JNIHelp.h>
#include <nativehelper/ScopedLocalRef.h>
#include <utils/Log.h>
#include <utils/misc.h>
#include "NetdClient.h"
#include "core_jni_helpers.h"