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

Commit 441febd8 authored by Chenbo Feng's avatar Chenbo Feng
Browse files

Rename android bpf library

The bpf support library in android is renamed to libbpf_android to make
it compatible with external bcc project. Fix the Android.bp file here to
prevent build break.

Bug: 112334572
Test: No build breakage.
Change-Id: I183eb99d30afdf5c77b8c491c0c79013e2ed89ee
parent d1087062
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -233,7 +233,7 @@ cc_library_shared {
    ],

    shared_libs: [
        "libbpf",
        "libbpf_android",
        "libnetdbpf",
        "libnetdutils",
        "libmemtrack",
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ cc_defaults {
        "libhwbinder",
        "libutils",
        "libhwui",
        "libbpf",
        "libbpf_android",
        "libnetdbpf",
        "libnetdutils",
        "android.hardware.audio.common@2.0",