commit | 4395ff68158c1e73c44f54d130999b89ed3c2bda | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Thu Feb 10 19:03:33 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Feb 10 19:03:33 2022 +0000 |
tree | 8b3688b3babedfb5421dcb6cd3c5539361fab575 | |
parent | 2645d2374b452403332130d6942233e1bb33186f [diff] | |
parent | c805004f6d3d5214f5ca2dd31f79148a52361305 [diff] |
Merge "switch from libbpf_android to bpf_headers"
diff --git a/staticlibs/native/bpf_headers/Android.bp b/staticlibs/native/bpf_headers/Android.bp index 9924c6c..4c8e728 100644 --- a/staticlibs/native/bpf_headers/Android.bp +++ b/staticlibs/native/bpf_headers/Android.bp
@@ -50,9 +50,9 @@ "-Werror", "-Wno-error=unused-variable", ], + header_libs: ["bpf_headers"], static_libs: ["libgmock"], shared_libs: [ - "libbpf_android", "libbase", "liblog", "libutils",