Merge "Add dnsproxyd_protocol_headers for NETID_USE_LOCAL_NAMESERVERS" am: fdcd562529
Change-Id: I4128678546feba6840ddb210244992846705e5d9
This commit is contained in:
committed by
Automerger Merge Worker
commit
d8d0f5e5d6
@@ -231,7 +231,10 @@ cc_library_shared {
|
|||||||
"system/media/private/camera/include",
|
"system/media/private/camera/include",
|
||||||
],
|
],
|
||||||
|
|
||||||
header_libs: ["bionic_libc_platform_headers"],
|
header_libs: [
|
||||||
|
"bionic_libc_platform_headers",
|
||||||
|
"dnsproxyd_protocol_headers",
|
||||||
|
],
|
||||||
|
|
||||||
static_libs: [
|
static_libs: [
|
||||||
"libasync_safe",
|
"libasync_safe",
|
||||||
|
|||||||
@@ -27,12 +27,13 @@
|
|||||||
#include <netinet/ip.h>
|
#include <netinet/ip.h>
|
||||||
#include <netinet/udp.h>
|
#include <netinet/udp.h>
|
||||||
|
|
||||||
|
#include <DnsProxydProtocol.h> // NETID_USE_LOCAL_NAMESERVERS
|
||||||
#include <android_runtime/AndroidRuntime.h>
|
#include <android_runtime/AndroidRuntime.h>
|
||||||
#include <cutils/properties.h>
|
#include <cutils/properties.h>
|
||||||
#include <utils/misc.h>
|
|
||||||
#include <utils/Log.h>
|
|
||||||
#include <nativehelper/JNIHelp.h>
|
#include <nativehelper/JNIHelp.h>
|
||||||
#include <nativehelper/ScopedLocalRef.h>
|
#include <nativehelper/ScopedLocalRef.h>
|
||||||
|
#include <utils/Log.h>
|
||||||
|
#include <utils/misc.h>
|
||||||
|
|
||||||
#include "NetdClient.h"
|
#include "NetdClient.h"
|
||||||
#include "core_jni_helpers.h"
|
#include "core_jni_helpers.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user