1. 0a37d42 Change depVisitor to use providers instead of type-asserting to by Yu Liu · 7 months ago
  2. df61877 Remove source_file_provider.go after it's last usage was removed. by Yu Liu · 9 months ago
  3. 1a6f176 Merge "Soong: libbpf_prog: Define ENABLE_LIBBPF" into main by Neill Kapron · 10 months ago
  4. 761019c Soong: libbpf_prog: Define ENABLE_LIBBPF by Neill Kapron · 10 months ago
  5. 83815b3 Soong: libbpf_prog: change output filetype to .bpf by Neill Kapron · 10 months ago
  6. a9e9f53 Merge "Add new properties to aid in removing the 1-variant fallback" into main by Cole Faust · 11 months ago
  7. fa6e0fd Make ImageInterface use its own context by Cole Faust · 11 months ago
  8. 65cb40a Add new properties to aid in removing the 1-variant fallback by Cole Faust · 11 months ago
  9. d47cfab Merge changes from topic "libbpf_defaults" into main by Neill Kapron · 12 months ago
  10. 3cc44de Soong: libbpf_prog: add support for header_libs by Neill Kapron · 12 months ago
  11. 2ad497a Merge "Soong: BPF: add defaults support and local include" into main by Treehugger Robot · 12 months ago
  12. 4f1f049 Soong: libbpf_prog: Add defaults support by Neill Kapron · 12 months ago
  13. 41efab7 SOONG: BPF: add libbpf_prog soong module by Neill Kapron · 1 year, 1 month ago
  14. a898bb8 Soong: BPF: add defaults support and local include by Neill Kapron · 1 year ago
  15. 57af339 bpf.go: adjust for p/m/C change to location of bpf headers by Maciej Żenczykowski · 1 year, 1 month ago
  16. 50a7bf8 Soong: BPF: Cflag and btf defaults by Neill Kapron · 1 year, 1 month ago
  17. 47e9184 Move vendor and product variant generation logic from cc package to android package by Jihoon Kang · 1 year, 3 months ago
  18. 7583e83 Cleanup ImageInterface.SetImageVariation by Jihoon Kang · 1 year, 3 months ago
  19. e6c8581 Use OutputFilesProvider on bpf by mrziwang · 1 year, 4 months ago
  20. 06c4cdc bpf modules can be included in filesystem modules by Jiyong Park · 1 year, 7 months ago
  21. b509938 Propagate AconfigFiles in ModuleBase. by LaMont Jones · 1 year, 8 months ago
  22. 4021302 Convert SetProvider to generic providers API by Colin Cross · 1 year, 9 months ago
  23. 8ff1058 Remove ConvertWithBp2build implementations by Colin Cross · 1 year, 9 months ago
  24. 26df39f Add source file provider for genrule/srcs, python libraries and rust libraries. by Aditya Choudhary · 1 year, 9 months ago
  25. a16bd6b Don't write license data to Android-${TARGET_PRODUCT}.mk by Colin Cross · 1 year, 10 months ago
  26. 9c5b51e Merge "Remove unused file path" into main by Motomu Utsumi · 2 years ago
  27. fca0ccc Remove unused file path by Motomu Utsumi · 2 years ago
  28. 637458d Have ConvertWBp2build use Bp2buildMutatorContext by Chris Parsons · 2 years ago
  29. 4459155 Add package/modules/Connectivity bpf_headers path by Motomu Utsumi · 2 years, 1 month ago
  30. dcb6129 Streamline AndroidMk generation by Sasha Smundak · 2 years, 9 months ago
  31. 5c4729d Show module type in a module section of the Android-TARGET.mk by Sasha Smundak · 2 years, 9 months ago
  32. 6a288bc bpf: use PwdPrefix() helper by Connor O'Brien · 2 years, 10 months ago
  33. b573f5f Merge "bpf: use relative source file path in debug info" by Connor O'Brien · 2 years, 10 months ago
  34. 3e739cf bpf: use relative source file path in debug info by Connor O'Brien · 3 years, 1 month ago
  35. aa981ed Incorporate bpf into mixed builds by Zi Wang · 3 years ago
  36. b3cb38c Add bp2build converter for bpf by Zi Wang · 3 years ago
  37. 4877c72 Add comments to bpf properties by Zi Wang · 3 years, 1 month ago
  38. 5372a24 Disallow '_' in bpf source name by Ken Chen · 3 years, 2 months ago
  39. 606c5e9 bpf: support installing to vendor by Steven Moreland · 6 years ago
  40. 2573965 Add option to generate BTF debug info for bpf programs by Connor O'Brien · 3 years, 9 months ago
  41. a9a5d36 Merge "[NETD-BPF#34] Add a tag for bpf to specify the install folder" by Treehugger Robot · 3 years, 8 months ago
  42. fad7f9d [NETD-BPF#34] Add a tag for bpf to specify the install folder by Ken Chen · 3 years, 10 months ago
  43. 78df0f1 Remove global bpf include path system/bpf/progs/include by Ken Chen · 3 years, 9 months ago
  44. fd26444 [NETD-BPF#21] Move a few headers to frameworks/libs/net by Ken Chen · 3 years, 9 months ago
  45. 89648f9 Remove usages of FixtureFactory from misc packages by Paul Duffin · 4 years, 6 months ago
  46. 854d661 Migrate bpf package to a per test build directory by Paul Duffin · 4 years, 6 months ago
  47. 12c7eb8 Support test fixtures in bpf package by Paul Duffin · 4 years, 6 months ago
  48. 02040de Add LOCAL_LICENSE_KINDS to build/soong by Bob Badour · 4 years, 7 months ago
  49. b499922 Revert^2 "Export soong license data to make." by Bob Badour · 4 years, 8 months ago
  50. 61a55a0 Revert "Export soong license data to make." by Jerome Gaillard · 4 years, 8 months ago
  51. 74fab31 Export soong license data to make. by Bob Badour · 5 years ago
  52. ae8600b Pass Config to NewTestContext instead of ctx.Register by Colin Cross · 4 years, 10 months ago
  53. 405af07 Revert "Make lots of tests run in parallel" by Colin Cross · 5 years ago
  54. 323dc60 Make lots of tests run in parallel by Colin Cross · 5 years ago
  55. 2f59ec9 Include bpf program in APEXes by markchien · 5 years ago
  56. fb0e251 Add no-canonical-prefixes to make sure paths in .d file are relative paths by Kousik Kumar · 5 years ago
  57. 79f6f75 bpf progs depend on system/core/libcutils/include by Maciej Żenczykowski · 6 years ago
  58. 8ea054a Add support for experimentally enabling RBE support on specific rules. by Ramy Medhat · 6 years ago
  59. 98be1bb Move filesystem into Config by Colin Cross · 6 years ago
  60. 4b49b76 Make TestContext.RegisterModuleType take an android.ModuleFactory by Colin Cross · 6 years ago
  61. dd0418a Run non-RBE supported actions in the local pool when USE_RBE is set. by Ramy Medhat · 6 years ago
  62. 41955e8 Support tagged module references by Colin Cross · 6 years ago
  63. 815daf9 Add bpf_test.go to build and fix tests by Colin Cross · 6 years ago
  64. d3d3ad1 Revert "Add bpf_test.go to build and fix the tests" by Colin Cross · 6 years ago
  65. 192e3aa Add bpf_test.go to build and fix the tests by Colin Cross · 6 years ago
  66. 0adfee5 Fix relative path of bpf modules by Colin Cross · 6 years ago
  67. 8a49795 Replace ctx.ExpandSources with android.PathsForModuleSrc by Colin Cross · 7 years ago
  68. 27b922f Annotate paths and deprecate ExtractSource(s)Deps by Colin Cross · 7 years ago
  69. a2fd486 Add common BPF helper to include path by Joel Fernandes (Google) · 7 years ago
  70. 5f3fb4b Make bpf implement SourceFileProducer. by Jaewoong Jung · 7 years ago
  71. 3840659 Add bpf module type by Colin Cross · 7 years ago