Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fdcd5625 authored by Maciej Żenczykowski's avatar Maciej Żenczykowski Committed by Gerrit Code Review
Browse files

Merge "Add dnsproxyd_protocol_headers for NETID_USE_LOCAL_NAMESERVERS"

parents ed6b129e 8cd2e451
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -231,7 +231,10 @@ cc_library_shared {
        "system/media/private/camera/include",
    ],

    header_libs: ["bionic_libc_platform_headers"],
    header_libs: [
        "bionic_libc_platform_headers",
        "dnsproxyd_protocol_headers",
    ],

    static_libs: [
        "libasync_safe",
+3 −2
Original line number Diff line number Diff line
@@ -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"