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

Commit ebd08d83 authored by Maciej Żenczykowski's avatar Maciej Żenczykowski
Browse files

remove dns bpf dependency



Test: builds, atest, TreeHugger
Signed-off-by: default avatarMaciej Żenczykowski <maze@google.com>
Change-Id: Idfb34ae57e036837d68917a541380fdbc6f984de
parent 2261eccd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -165,7 +165,6 @@ cc_test {
    ],
    static_libs: [
        "dnsresolver_aidl_interface-unstable-ndk_platform",
        "libbpf_android",
        "libcrypto_static",
        "libgmock",
        "libnetd_test_dnsresponder_ndk",
+0 −1
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <binder/ProcessState.h>
#include <bpf/BpfUtils.h>
#include <cutils/sockets.h>
#include <gmock/gmock-matchers.h>
#include <gtest/gtest.h>