1. c63677b Direct Bazel builds from m. by Jingwen Chen · 4 years, 3 months ago
  2. 94a0bba Support cc_library_shared for mixed builds by Chris Parsons · 4 years, 3 months ago
  3. c49e682 Handle simple symlinks in mixed builds by Liz Kammer · 4 years, 3 months ago
  4. d366c90 Handle no_libcrt in bp2build. by Liz Kammer · 4 years, 3 months ago
  5. 2f26595 Merge changes I4a5ea40c,I40ab16e3 by Liz Kammer · 4 years, 3 months ago
  6. fa4ab8a Merge "Support mixedbuilds for static variant cc_library" by Christopher Parsons · 4 years, 3 months ago
  7. 74deed4 Extract function to handle configurable excludes by Liz Kammer · 4 years, 3 months ago
  8. 9abd62d Use maps in bazel *attribute types by Liz Kammer · 4 years, 4 months ago
  9. bcc9b88 Support mixedbuilds for static variant cc_library by Chris Parsons · 4 years, 3 months ago
  10. 14a8bda bp2build: split as, c, and cpp srcs for cc_library by Jingwen Chen · 4 years, 3 months ago
  11. 72aedde Merge "Handle product vars *flags props in cc* modules" by Treehugger Robot · 4 years, 3 months ago
  12. ba7a9c5 Handle product vars *flags props in cc* modules by Liz Kammer · 4 years, 3 months ago
  13. ffd4582 Add cc_prebuilt_library helpers for use by the llvm_prebuilt_library_static converter. by Rupert Shuttleworth · 4 years, 4 months ago
  14. f684028 Merge "Support empty srcs for configurable attrs" by Liz Kammer · 4 years, 3 months ago
  15. 69e7231 Merge "Remove unused Common field." by Rupert Shuttleworth · 4 years, 3 months ago
  16. 9d63de8 Remove unused Common field. by Rupert Shuttleworth · 4 years, 3 months ago
  17. 22cd2eb Add e.g. Target: { Android_arm: { ...} } support to LabelAttribute. by Rupert Shuttleworth · 4 years, 3 months ago
  18. 2b07ec7 Support empty srcs for configurable attrs by Liz Kammer · 4 years, 3 months ago
  19. c194ffb Make GetTargetProperties() aware of more complex targets, like 'android_arm', instead of just 'android'. by Rupert Shuttleworth · 4 years, 4 months ago
  20. 990c4f4 Rollforward "Split asm and c flags and srcs in..." by Chris Parsons · 4 years, 3 months ago
  21. 4f9d8d6 Merge "Revert "Split asm and c flags and srcs in bp2build output"" by Colin Cross · 4 years, 3 months ago
  22. 52aa4e1 Revert "Split asm and c flags and srcs in bp2build output" by Colin Cross · 4 years, 3 months ago
  23. ed73b76 Merge "Split asm and c flags and srcs in bp2build output" by Christopher Parsons · 4 years, 3 months ago
  24. af24cdd Split asm and c flags and srcs in bp2build output by Chris Parsons · 4 years, 4 months ago
  25. e3e4a5f Handle arch/os-specific product variables by Liz Kammer · 4 years, 4 months ago
  26. 6fd7b3f Handle product config vars in bp2build. by Liz Kammer · 4 years, 4 months ago
  27. 50d6017 Merge "Dump bazel product config in Soong" by Liz Kammer · 4 years, 4 months ago
  28. 09f947d Dump bazel product config in Soong by Liz Kammer · 4 years, 4 months ago
  29. c4fb133 Support middleman actions in mixed builds by Chris Parsons · 4 years, 4 months ago
  30. 484e50a bp2build: support generated sources and hdrs by Chris Parsons · 4 years, 4 months ago
  31. 598dd00 Refactor how bp2build gets arch-specific props. by Lukacs T. Berki · 4 years, 4 months ago
  32. 1353e59 Handle the version_script property. by Lukacs T. Berki · 4 years, 4 months ago
  33. e32e9e0 bp2build: arch-specific exclude_srcs and srcs. by Jingwen Chen · 4 years, 5 months ago
  34. 882bcc1 bp2build: remove header globs in generated srcs. by Jingwen Chen · 4 years, 4 months ago
  35. b6a55bf Incorporate cc_library_headers into mixed builds by Liz Kammer · 4 years, 5 months ago
  36. ed9c17d bp2build: refactor/standardize cc_* bp2build converters by Jingwen Chen · 4 years, 5 months ago
  37. b7e3076 Add various test files as testSrcs, so that they run on CI. by Rupert Shuttleworth · 4 years, 5 months ago
  38. 38e6264 Rename Label.Bp_text to OriginalModuleName. by Jingwen Chen · 4 years, 5 months ago
  39. f40afec Add test case for too many splits by Liz Kammer · 4 years, 5 months ago
  40. fe23bf3 Add tests for request_type ParseResult functions. by Liz Kammer · 4 years, 5 months ago
  41. b71794d Consolidate cc-specific cqueries. by Liz Kammer · 4 years, 5 months ago
  42. a42c707 Merge "bp2build: cc_library converter for //bionic/libdl:libdl_android" by Jingwen Chen · 4 years, 5 months ago
  43. 76579e0 Merge "Handle simple prebuilt static libraries from bazel" by Treehugger Robot · 4 years, 5 months ago
  44. 6393098 bp2build: cc_library converter for //bionic/libdl:libdl_android by Jingwen Chen · 4 years, 6 months ago
  45. fd233d9 Merge "Move cquery RequestType interface to bazel_handler" by Treehugger Robot · 4 years, 5 months ago
  46. 64a9028 Merge "Support arch variations for export_system_include_dirs in cc_library_headers bp2build converter." by Rupert Shuttleworth · 4 years, 5 months ago
  47. b815168 Support arch variations for export_system_include_dirs in cc_library_headers bp2build converter. by Rupert Shuttleworth · 4 years, 5 months ago
  48. 3f9e155 Handle simple prebuilt static libraries from bazel by Liz Kammer · 4 years, 5 months ago
  49. f29df7c Move cquery RequestType interface to bazel_handler by Liz Kammer · 4 years, 5 months ago
  50. b7c6a7e Merge "Fix note_memtag bionic libraries in mixed builds" by Christopher Parsons · 4 years, 5 months ago
  51. e09691c Merge "Only include used requests in cquery starlark" by Treehugger Robot · 4 years, 5 months ago
  52. eefc9e6 Fix note_memtag bionic libraries in mixed builds by Chris Parsons · 4 years, 5 months ago
  53. 66ffdb7 Only include used requests in cquery starlark by Liz Kammer · 4 years, 5 months ago
  54. c1c2650 Add target/os configurable string_list attrs. by Jingwen Chen · 4 years, 5 months ago
  55. 1a6bbbd Merge "Add os/target configurable selects for label list attributes." by Jingwen Chen · 4 years, 5 months ago
  56. 100d5d6 Merge "Remove unused cquery requests." by Treehugger Robot · 4 years, 5 months ago
  57. 5ad66aa Merge "Add depfile handling for bazel_handler." by Liz Kammer · 4 years, 5 months ago
  58. 09f9231 Remove unused cquery requests. by Liz Kammer · 4 years, 5 months ago
  59. 91220d7 Add os/target configurable selects for label list attributes. by Jingwen Chen · 4 years, 6 months ago
  60. acacbc1 Merge "Handle product_variable asflag for cc_object." by Liz Kammer · 4 years, 5 months ago
  61. de11685 Add depfile handling for bazel_handler. by Liz Kammer · 4 years, 6 months ago
  62. a060c45 Handle product_variable asflag for cc_object. by Liz Kammer · 4 years, 6 months ago
  63. 0702791 bp2build: arch-configurable selects for label list attrs. by Jingwen Chen · 4 years, 6 months ago
  64. a5f8624 Merge changes from topic "mixed-bp2build" by Liz Kammer · 4 years, 6 months ago
  65. bc3f7e0 Merge "Refactor and cleanup of cquery processing" by Christopher Parsons · 4 years, 6 months ago
  66. 944e7d0 Refactor and cleanup of cquery processing by Chris Parsons · 4 years, 6 months ago
  67. ba3ea16 Use handcrafted build targets in bp2build by Liz Kammer · 4 years, 7 months ago
  68. 2e4219b Add a way to remove duplicates from Bazel label lists, to e.g. avoid duplicate deps. by Rupert Shuttleworth · 4 years, 6 months ago
  69. 8d6e433 Support cc_object modules in mixed builds by Chris Parsons · 4 years, 7 months ago
  70. 5d86449 bp2build: add configurable attribute (select) support. by Jingwen Chen · 4 years, 6 months ago
  71. fc46bc1 Refactor BazelTargetModule by Liz Kammer · 4 years, 7 months ago
  72. b68036f Merge "Add LOCAL_LICENSE_KINDS to build/soong" by Treehugger Robot · 4 years, 7 months ago
  73. fb4692a bp2build: refactor BazelTargetModule naming boilerplate. by Jingwen Chen · 4 years, 7 months ago
  74. 02040de Add LOCAL_LICENSE_KINDS to build/soong by Bob Badour · 4 years, 7 months ago
  75. 77e8b7b bp2build: add bazel_module: { bp2build_available } prop. by Jingwen Chen · 4 years, 7 months ago
  76. 1fd1469 bp2build: Refactor CreateBazelTargetModule API. by Jingwen Chen · 4 years, 7 months ago
  77. 356f7d4 bp2build: convert paths/module refs to Bazel label by Liz Kammer · 4 years, 7 months ago
  78. 40067de bp2build: support Starlark rules and load statements. by Jingwen Chen · 4 years, 7 months ago
  79. f6d2b82 Merge "Support aquery depsets with depth" by Christopher Parsons · 4 years, 7 months ago
  80. 7385067 bp2build: framework for generating BazelTargetModules. by Jingwen Chen · 4 years, 9 months ago
  81. 943f243 Support aquery depsets with depth by Chris Parsons · 4 years, 8 months ago
  82. 4f06989 Improve aquery-related validation and error handling by Chris Parsons · 4 years, 8 months ago
  83. affbb60 Process v2 bazel analysis protos in aquery responses by Chris Parsons · 4 years, 9 months ago
  84. dbcb1ff Use aquery to declare bazel actions in the ninja file. by Chris Parsons · 4 years, 9 months ago
  85. 05ab2d0 Enable bazel profiling in soong_build. by Patrice Arruda · 4 years, 9 months ago
  86. 30f5aaa Move bazel_module property to a common file, and add it to filegroup. by Jingwen Chen · 4 years, 10 months ago
  87. 7c6089a Integrate bazelenv.sh environment variables into soong_ui environment. by Jingwen Chen · 4 years, 10 months ago
  88. 8b77a00 Change mixed soong/bazel builds to use USE_BAZEL_ANALYSIS by Chris Parsons · 4 years, 10 months ago
  89. f3c96ef Mixed bazel/soong build prototype for genrule by Chris Parsons · 5 years ago