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

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

remove needlessly used library libbpf_android



Test: TreeHugger, m libgpumem gpuservice_unittest
Signed-off-by: default avatarMaciej Żenczykowski <maze@google.com>
Change-Id: If52eabe9430f70d3b4962b97a5b955ebba5bca37
parent fb0f4301
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -26,19 +26,17 @@ cc_library_shared {
    srcs: [
        "GpuMem.cpp",
    ],
    header_libs: ["bpf_headers"],
    shared_libs: [
        "libbase",
        "libbpf_bcc",
        "libbpf_android",
        "libcutils",
        "liblog",
        "libutils",
    ],
    export_include_dirs: ["include"],
    export_shared_lib_headers: [
        "libbase",
        "libbpf_android",
    ],
    export_header_lib_headers: ["bpf_headers"],
    export_shared_lib_headers: ["libbase"],
    cppflags: [
        "-Wall",
        "-Werror",
+1 −1
Original line number Diff line number Diff line
@@ -32,10 +32,10 @@ cc_test {
        "GpuMemTracerTest.cpp",
        "GpuStatsTest.cpp",
    ],
    header_libs: ["bpf_headers"],
    shared_libs: [
        "libbase",
        "libbpf_bcc",
        "libbpf_android",
        "libcutils",
        "libgfxstats",
        "libgpumem",