aboutsummaryrefslogtreecommitdiff
path: root/bpf
AgeCommit message (Expand)Author
2024-02-16bpf modules can be included in filesystem modulesJiyong Park
2024-01-24Propagate AconfigFiles in ModuleBase.LaMont Jones
2023-12-14Convert SetProvider to generic providers APIColin Cross
2023-12-08Remove ConvertWithBp2build implementationsColin 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}.mkColin Cross
2023-09-22Merge "Remove unused file path" into mainMotomu Utsumi
2023-09-21Remove unused file pathMotomu Utsumi
2023-09-20Have ConvertWBp2build use Bp2buildMutatorContextChris Parsons
2023-08-22Add package/modules/Connectivity bpf_headers pathMotomu Utsumi
2022-12-12Streamline AndroidMk generationSasha Smundak
2022-12-01Show module type in a module section of the Android-TARGET.mkSasha Smundak
2022-11-10bpf: use PwdPrefix() helperConnor 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 infoConnor O'Brien
2022-10-07Incorporate bpf into mixed buildsZi Wang
2022-09-28Add bp2build converter for bpfZi Wang
2022-08-12Add comments to bpf propertiesZi Wang
2022-07-07Disallow '_' in bpf source nameKen Chen
2022-02-09bpf: support installing to vendorSteven Moreland
2022-01-27Add option to generate BTF debug info for bpf programsConnor 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 folderKen Chen
2021-12-23Remove global bpf include path system/bpf/progs/includeKen Chen
2021-12-23[NETD-BPF#21] Move a few headers to frameworks/libs/netKen Chen
2021-03-22Remove usages of FixtureFactory from misc packagesPaul Duffin
2021-03-17Migrate bpf package to a per test build directoryPaul Duffin
2021-03-09Support test fixtures in bpf packagePaul Duffin
2021-02-06Add LOCAL_LICENSE_KINDS to build/soongBob Badour
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-11-12Pass Config to NewTestContext instead of ctx.RegisterColin Cross
2020-10-09Revert "Make lots of tests run in parallel"Colin Cross
2020-10-06Make lots of tests run in parallelColin Cross
2020-09-02Include bpf program in APEXesmarkchien
2020-03-25Add no-canonical-prefixes to make sure paths in .d file are relative pathsKousik Kumar
2020-02-18bpf progs depend on system/core/libcutils/includeMaciej Żenczykowski
2020-01-28Add support for experimentally enabling RBE support on specific rules.Ramy Medhat
2019-12-18Move filesystem into ConfigColin Cross
2019-11-25Make TestContext.RegisterModuleType take an android.ModuleFactoryColin Cross
2019-11-05Run non-RBE supported actions in the local pool when USE_RBE is set.Ramy Medhat
2019-06-04Support tagged module referencesColin Cross
2019-05-17Add bpf_test.go to build and fix testsColin Cross
2019-05-14Revert "Add bpf_test.go to build and fix the tests"Colin Cross
2019-05-14Add bpf_test.go to build and fix the testsColin Cross
2019-04-10Fix relative path of bpf modulesColin Cross
2019-03-20Replace ctx.ExpandSources with android.PathsForModuleSrcColin Cross
2019-03-07Annotate paths and deprecate ExtractSource(s)DepsColin Cross
2019-02-12Add common BPF helper to include pathJoel Fernandes (Google)