aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
AgeCommit message (Collapse)Author
2022-04-07Add LOCAL_LICENSE_KINDS to external/bpftoolBob Badour
Added SPDX-license-identifier-BSD-2-Clause SPDX-license-identifier-GPL-2.0-only to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: Ie42a59484908b9c47fa6cb27c84e7e6c734627c5
2022-02-18Add Android.bp for bpftoolplatform-tools-33.0.1Connor O'Brien
Build bpftool for host so we can use it to generate BPF skeleton headers when building libbpf-tools. For now, set -DBPFTOOL_WITHOUT_SKELETONS to avoid a multi-step build process involving an intermediate "bootstrap" bpftool used to embed BPF skeletons in the bpftool binary itself to support newer features not needed for this use case. Test: m bpftool Bug: 203823368 Signed-off-by: Connor O'Brien <connoro@google.com> Change-Id: I8b4e2056dfb18761ac775819c30f9bd5f199db04