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

Commit 8fd90ad3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "remove needlessly used libraries libbpf_android & libnetdutils" am:...

Merge "remove needlessly used libraries libbpf_android & libnetdutils" am: 62d7a8e2 am: a9a9b802 am: ff03d40e am: a6df542b

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1977407

Change-Id: I441a75307785ae333186f1b998840e9531e6d5d4
parents 34bd0392 a6df542b
Loading
Loading
Loading
Loading
+8 −6
Original line number Diff line number Diff line
@@ -13,12 +13,13 @@ cc_library {
    shared_libs: [
        "libbase",
        "libbpf_bcc",
        "libbpf_android",
        "libbpf_minimal",
        "liblog",
        "libnetdutils"
    ],
    header_libs: ["bpf_prog_headers"],
    header_libs: [
        "bpf_prog_headers",
        "bpf_headers",
    ],
    cflags: [
        "-Werror",
        "-Wall",
@@ -33,12 +34,13 @@ cc_test {
    shared_libs: [
        "libbase",
        "libbpf_bcc",
        "libbpf_android",
        "libbpf_minimal",
        "libtimeinstate",
        "libnetdutils",
    ],
    header_libs: ["bpf_prog_headers"],
    header_libs: [
        "bpf_prog_headers",
        "bpf_headers",
    ],
    cflags: [
        "-Werror",
        "-Wall",