1. 48cdbeb Handle stubs within an apex with apex_available by Liz Kammer · 2 years, 6 months ago
  2. 2b3f56e Add apex_available aidl + aidl&lang libraries by Liz Kammer · 2 years, 5 months ago
  3. 512437b add parent static deps to cc_aidl_library targets by Sam Delmerico · 2 years, 6 months ago
  4. 2518c02 Depend on stubs via @api_surfaces by Spandan Das · 2 years, 6 months ago
  5. c02e7d4 Merge "remove stub dependency on source_library" by Sam Delmerico · 2 years, 6 months ago
  6. 5f90649 remove stub dependency on source_library by Sam Delmerico · 2 years, 6 months ago
  7. 63f0c93 make tidy attribute tri-state by Sam Delmerico · 2 years, 6 months ago
  8. 56b1a2b LTO Bp2build by Trevor Radcliffe · 2 years, 7 months ago
  9. 10174ff bp2build of libraries with stubs should handle non-implementation deps by Yu Liu · 2 years, 6 months ago
  10. 01ec55e Express no{,_lib}crt via features vs attrs by Alex Márquez Pérez Muñíz Díaz Puras Thaureaux · 2 years, 7 months ago
  11. 627fc3e Rename API surface provided to mainline modules by Spandan Das · 2 years, 7 months ago
  12. 748d707 Correct global excludes not always being excluded by Liz Kammer · 2 years, 7 months ago
  13. 0d1b402 Add musl defaults in bp2build by Trevor Radcliffe · 2 years, 9 months ago
  14. db7e026 bp2build conversion for Sanitize.Integer_overflow by Trevor Radcliffe · 2 years, 10 months ago
  15. 0f82844 Add variant_prepend test for cc_library by Zi Wang · 2 years, 8 months ago
  16. 62e4fe1 Merge changes I47b8fdd9,Ifbd121ab by Colin Cross · 2 years, 9 months ago
  17. 72e1d65 Merge "Remove creation of has_stubs in cc_library_shared by bp2build" by Vinh Tran · 2 years, 9 months ago
  18. 133782e Use //build/bazel/platforms/os:linux_glibc for osLinux by Colin Cross · 2 years, 9 months ago
  19. 83f88cd Remove creation of has_stubs in cc_library_shared by bp2build by Vinh Tran · 2 years, 9 months ago
  20. f01a0f0 Enable code coverage for cc shared library by Yu Liu · 2 years, 9 months ago
  21. 6916999 Merge changes from topic "afdo-in-cc-rules" by Vinh Tran · 2 years, 9 months ago
  22. bc9c8b4 Add check for handcrafted BUILD file in bp2build by Vinh Tran · 2 years, 9 months ago
  23. 99270ea Add bp2build conversion to reference to fdo_profile targets by Vinh Tran · 2 years, 9 months ago
  24. 682bfb2 Revert "bp2build conversion for Sanitize.Integer_overflow" by Trevor Radcliffe · 2 years, 9 months ago
  25. f82482d bp2build conversion for Sanitize.Integer_overflow by Trevor Radcliffe · 2 years, 10 months ago
  26. c4c34e1 Convert apex_available (for supported modules) to bazel tags. by Jingwen Chen · 2 years, 9 months ago
  27. 56ccb1a Support abi check in bazel. by Yu Liu · 2 years, 10 months ago
  28. ed6240d Merge "Revert "bp2build conversion for Sanitize.Integer_overflow"" by Jingwen Chen · 2 years, 9 months ago
  29. 0ead79b Revert "bp2build conversion for Sanitize.Integer_overflow" by Jingwen Chen · 2 years, 9 months ago
  30. 202f2af Merge "bp2build conversion for Sanitize.Integer_overflow" by Trevor Radcliffe · 2 years, 9 months ago
  31. 548fc5d bp2build conversion for Sanitize.Integer_overflow by Trevor Radcliffe · 2 years, 10 months ago
  32. ffc17e4 Use excludes from OS axis for OsAndInApex by Liz Kammer · 2 years, 9 months ago
  33. 4c902d6 bp2build for tidy_timeout_srcs by Sam Delmerico · 2 years, 10 months ago
  34. c9b8fbd bp2build for tidy_disabled_srcs by Sam Delmerico · 2 years, 10 months ago
  35. 4238c65 Converters for contributions to systemapi and vendorapi by Spandan Das · 3 years ago
  36. 4e503ec Merge "Split ldflags in bp2build" by Trevor Radcliffe · 2 years, 11 months ago
  37. 82dd855 Update tests for cc_* converters by Trevor Radcliffe · 2 years, 11 months ago
  38. ea6a45d Split ldflags in bp2build by Trevor Radcliffe · 3 years ago
  39. 395a1e9 Add shared libs from upstream cc modules to cc_aidl_library targets by Vinh Tran · 3 years ago
  40. 1eb582e Merge "Enable bp2build for cc modules relying on sysprop" by Trevor Radcliffe · 3 years ago
  41. 6cbb330 Merge "Create Stub targets for cc_library_(static|shared)" by Trevor Radcliffe · 3 years ago
  42. cee4e05 Enable bp2build for cc modules relying on sysprop by Trevor Radcliffe · 3 years ago
  43. baced71 Add libbuildversion in converion instead of macro by Liz Kammer · 3 years ago
  44. 087af54 Create Stub targets for cc_library_(static|shared) by Trevor Radcliffe · 3 years ago
  45. 2ed94c7 Merge "Support target.apex stanza in bp2build" by Vinh Tran · 3 years ago
  46. ba6a41f Merge "Propagate implementation_whole_archive_deps" by Treehugger Robot · 3 years ago
  47. 85fb07c Support target.apex stanza in bp2build by Vinh Tran · 3 years ago
  48. dda59dd Merge "Fix duplicate deps issue related to stubs" by Trevor Radcliffe · 3 years ago
  49. 0ed6b7d Fix duplicate deps issue related to stubs by Trevor Radcliffe · 3 years ago
  50. 84b0ecb Propagate implementation_whole_archive_deps by Liz Kammer · 3 years ago
  51. 2a85fb1 Fix a bug where deps were missing for converted proto_library by Yu Liu · 3 years ago
  52. 2aa806b Support proto modules with external references. by Yu Liu · 3 years ago
  53. fde57eb Convert aidl.export_aidl_headers in cc library to Bazel by Vinh Tran · 3 years ago
  54. 2d13614 Support proto.include_dirs by Yu Liu · 3 years ago
  55. f20433b Merge "Handle product config specific header_libs prop in cc bp2build" by Treehugger Robot · 3 years ago
  56. 0a8a129 Handle product config specific header_libs prop in cc bp2build by Zi Wang · 3 years ago
  57. e06d75b Exporting MakeBazelTarget() in testing.go by Alix · 3 years ago
  58. a56e970 Support `suffix` property in bp2build by Alex Márquez Pérez Muñíz Díaz Púras Thaureaux · 3 years, 6 months ago
  59. 9f6796a Convert cc library with AIDL to cc_aidl_library by Vinh Tran · 3 years, 1 month ago
  60. 5fa4e96 bp2build support for instruction_set by Cole Faust · 3 years ago
  61. 81852ca Add bp2build converter for cc library stubs and use the stub library target of a library while linking it in APEXs. by Wei Li · 3 years, 1 month ago
  62. 6b29f59 Bp2build support for runtime_libs by Cole Faust · 3 years, 1 month ago
  63. 3177a6e export common bp2build testing functions by Sam Delmerico · 3 years, 2 months ago
  64. 57c1edc Merge "Support cc code coverage for mixed build" by Yu Liu · 3 years, 3 months ago
  65. 8d82ac5 Support cc code coverage for mixed build by Yu Liu · 3 years, 4 months ago
  66. ace70d8 Merge "Do not hardcode default/experimental c{pp}std" by Liz Kammer · 3 years, 3 months ago
  67. dfeb120 Handle restricting to device only builds by Liz Kammer · 3 years, 4 months ago
  68. a5a29de Do not hardcode default/experimental c{pp}std by Liz Kammer · 3 years, 3 months ago
  69. ef9c900 Generate genlex rules from bp2build for cc targets by Trevor Radcliffe · 3 years, 4 months ago
  70. 6741d0e Now gnu11 is the default, bump experimental to gnu17. by Elliott Hughes · 3 years, 4 months ago
  71. a79c946 Support use_version_lib in cc_binary. by Yu Liu · 3 years, 5 months ago
  72. 6876d5a Merge "Dedupe libraries in both static and whole static" by Treehugger Robot · 3 years, 5 months ago
  73. cc2c1ef Dedupe libraries in both static and whole static by Liz Kammer · 3 years, 6 months ago
  74. fc60316 Support tailoring clang --target flag based on min sdk version. by Yu Liu · 3 years, 6 months ago
  75. 7756c8f Correct bp2build canonical_from_root logic by Liz Kammer · 3 years, 7 months ago
  76. 9deb87e Merge "Escape cc ldflags in bp2build conversion" by Treehugger Robot · 3 years, 7 months ago
  77. 75be7b9 Support bssl hash injection for libcrypto. by Yu Liu · 3 years, 7 months ago
  78. f38a837 Escape cc ldflags in bp2build conversion by Liz Kammer · 3 years, 7 months ago
  79. fe813c5 Merge "Delete toolchain_library" by Liz Kammer · 3 years, 7 months ago
  80. 0ee88a6 Implement stubs.symbol_file and stubs.versions for cc_library_shared bp2build. by Jingwen Chen · 3 years, 8 months ago
  81. 718eb27 Delete toolchain_library by Liz Kammer · 3 years, 8 months ago
  82. 58852a0 Handle the 'enabled' property in bp2build by Chris Parsons · 3 years, 9 months ago
  83. aabfb5d bp2build: Expand check if filegroup contains proto by Liz Kammer · 3 years, 9 months ago
  84. be46fcc Use one mutator for all bp2build conversion. by Liz Kammer · 3 years, 10 months ago
  85. 77acf2e bp2build: split full_cc_library into shared/static by Chris Parsons · 3 years, 9 months ago
  86. 12615db bp2build: support full/lite protos in cc libs by Liz Kammer · 4 years ago
  87. 79bd2b7 bp2build implementation for c_std by Chris Parsons · 3 years, 9 months ago
  88. 78cfdaa Refactor bp2build tests by Liz Kammer · 3 years, 10 months ago
  89. 51da933 Merge "Update version_script to be handled as linkopt" by Liz Kammer · 3 years, 11 months ago
  90. fdd72e6 bp2build: Add special arch-variant targets. by Liz Kammer · 3 years, 11 months ago
  91. d287118 Update version_script to be handled as linkopt by Liz Kammer · 4 years ago
  92. 06f00c3 Merge "Do not sort after subtraction." by Liz Kammer · 3 years, 11 months ago
  93. 9bad9d6 Do not sort after subtraction. by Liz Kammer · 3 years, 11 months ago
  94. 5b11ab1 Convert cpp_std to be an attribute instead of a copt. by Jingwen Chen · 3 years, 11 months ago
  95. 2649c79 Merge "bp2build; Update handling of linker flags" by Liz Kammer · 3 years, 11 months ago
  96. 97b8531 Add bp2build support for cpp_std. by Jingwen Chen · 3 years, 11 months ago
  97. 0eae52e bp2build; Update handling of linker flags by Liz Kammer · 4 years ago
  98. 6ada589 Add support for nocrt by translating it to link_crt in bp2build. by Jingwen Chen · 4 years ago
  99. 2dde0cb bp2build: Handle target.linux by Chris Parsons · 4 years ago
  100. 46f8dbe Merge "Refactor code for partitions c srcs" by Liz Kammer · 4 years ago