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

Commit 6046f91a authored by Connor O'Brien's avatar Connor O'Brien
Browse files

libtimeinstate: add dependency on libbpf_minimal



With the bcc update, some helpers used in libtimeinstate are now
provided by upstream bcc rather than libbpf_bcc. Update Android.bp
accordingly.

Signed-off-by: default avatarConnor O'Brien <connoro@google.com>
Change-Id: Ia710344b01cbba80a3f7dc8a31d2d037e0255e2f
parent aee8706d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@ cc_library {
        "libbase",
        "libbpf_bcc",
        "libbpf_android",
        "libbpf_minimal",
        "liblog",
        "libnetdutils"
    ],
@@ -33,6 +34,7 @@ cc_test {
        "libbase",
        "libbpf_bcc",
        "libbpf_android",
        "libbpf_minimal",
        "libtimeinstate",
        "libnetdutils",
    ],