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

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

remove needlessly used library libbpf_android



Test: TreeHugger, m libgpuwork
Bug: 218882781
Signed-off-by: default avatarMaciej Żenczykowski <maze@google.com>
Change-Id: I3a8dc7d8439311c7e1313f04ec2256e81f650f14
parent df4b0674
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -22,13 +22,13 @@ cc_library_shared {
        "GpuWork.cpp",
    ],
    header_libs: [
        "bpf_headers",
        "gpu_work_structs",
    ],
    shared_libs: [
        "libbase",
        "libbinder",
        "libbpf_bcc",
        "libbpf_android",
        "libcutils",
        "liblog",
        "libstatslog",
@@ -43,7 +43,6 @@ cc_library_shared {
    ],
    export_shared_lib_headers: [
        "libbase",
        "libbpf_android",
        "libstatspull",
    ],
    cppflags: [
+0 −1
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@
#include <binder/PermissionCache.h>
#include <bpf/WaitForProgsLoaded.h>
#include <libbpf.h>
#include <libbpf_android.h>
#include <log/log.h>
#include <random>
#include <stats_event.h>