summaryrefslogtreecommitdiff
path: root/bpf/bpf.go
AgeCommit message (Expand)Author
2025-02-19Change depVisitor to use providers instead of type-asserting to Yu Liu
2024-12-18Remove source_file_provider.go after it's last usage was removed. Yu Liu
2024-10-21Make ImageInterface use its own context Cole Faust
2024-08-30Soong: BPF: add defaults support and local include Neill Kapron
2024-08-21bpf.go: adjust for p/m/C change to location of bpf headers Maciej Żenczykowski
2024-07-30Soong: BPF: Cflag and btf defaults Neill Kapron
2024-06-21Move vendor and product variant generation logic from cc package to android p... Jihoon Kang
2024-06-13Cleanup ImageInterface.SetImageVariation Jihoon Kang
2024-06-04Use OutputFilesProvider on bpf mrziwang
2024-02-16bpf modules can be included in filesystem modules Jiyong Park
2024-01-24Propagate AconfigFiles in ModuleBase. LaMont Jones
2023-12-14Convert SetProvider to generic providers API Colin Cross
2023-12-08Remove ConvertWithBp2build implementations Colin Cross
2023-12-05Add source file provider for genrule/srcs, python libraries and rust libraries. Aditya Choudhary
2023-11-21Don't write license data to Android-${TARGET_PRODUCT}.mk Colin Cross
2023-09-22Merge "Remove unused file path" into main Motomu Utsumi
2023-09-21Remove unused file path Motomu Utsumi
2023-09-20Have ConvertWBp2build use Bp2buildMutatorContext Chris Parsons
2023-08-22Add package/modules/Connectivity bpf_headers path Motomu Utsumi
2022-12-12Streamline AndroidMk generation Sasha Smundak
2022-12-01Show module type in a module section of the Android-TARGET.mk Sasha Smundak
2022-11-10bpf: use PwdPrefix() helper Connor O'Brien
2022-11-10Merge "bpf: use relative source file path in debug info" Connor O'Brien
2022-11-10bpf: use relative source file path in debug info Connor O'Brien
2022-10-07Incorporate bpf into mixed builds Zi Wang
2022-09-28Add bp2build converter for bpf Zi Wang
2022-08-12Add comments to bpf properties Zi Wang
2022-07-07Disallow '_' in bpf source name Ken Chen
2022-02-09bpf: support installing to vendor Steven Moreland
2022-01-27Add option to generate BTF debug info for bpf programs Connor O'Brien
2022-01-19Merge "[NETD-BPF#34] Add a tag for bpf to specify the install folder" Treehugger Robot
2022-01-19[NETD-BPF#34] Add a tag for bpf to specify the install folder Ken Chen
2021-12-23Remove global bpf include path system/bpf/progs/include Ken Chen
2021-12-23[NETD-BPF#21] Move a few headers to frameworks/libs/net Ken Chen
2021-03-09Support test fixtures in bpf package Paul Duffin
2021-01-06Revert^2 "Export soong license data to make." Bob Badour
2021-01-06Revert "Export soong license data to make." Jerome Gaillard
2021-01-05Export soong license data to make. Bob Badour
2020-09-02Include bpf program in APEXes markchien
2020-03-25Add no-canonical-prefixes to make sure paths in .d file are relative paths Kousik Kumar
2020-02-18bpf progs depend on system/core/libcutils/include Maciej Żenczykowski
2020-01-28Add support for experimentally enabling RBE support on specific rules. Ramy Medhat
2019-11-05Run non-RBE supported actions in the local pool when USE_RBE is set. Ramy Medhat
2019-06-04Support tagged module references Colin Cross
2019-05-17Add bpf_test.go to build and fix tests Colin Cross
2019-04-10Fix relative path of bpf modules Colin Cross
2019-03-20Replace ctx.ExpandSources with android.PathsForModuleSrc Colin Cross
2019-03-07Annotate paths and deprecate ExtractSource(s)Deps Colin Cross
2019-02-12Add common BPF helper to include path Joel Fernandes (Google)
2018-12-17Make bpf implement SourceFileProducer. Jaewoong Jung