1. 6d4d9da Select stub/impl per apex variant by Spandan Das · 2 years, 4 months ago
  2. bd421e0 Merge "libbuildversion should be linked as a whole archive dep as soong does." by Yu Liu · 2 years, 3 months ago
  3. fe978fd libbuildversion should be linked as a whole archive dep as soong does. by Yu Liu · 2 years, 3 months ago
  4. 75dbca2 Revert "Revert "mixed builds correctly reference stubs libs"" by Sam Delmerico · 2 years, 4 months ago
  5. a8b4416 convert hidden visibility flag to feature by Trevor Radcliffe · 2 years, 4 months ago
  6. dc0a402 Merge "Revert "mixed builds correctly reference stubs libs"" by Sam Delmerico · 2 years, 4 months ago
  7. 1db4348 Revert "mixed builds correctly reference stubs libs" by Usta (Tsering) Shrestha · 2 years, 4 months ago
  8. fecec28 Merge "bp2build: migrate export_{,system_}include_dirs -> *includes for cc_prebuilt_library{,_static,_shared}" by Alex Márquez Pérez Muñíz Díaz Puras Thaureaux · 2 years, 4 months ago
  9. ca438e6 mixed builds correctly reference stubs libs by Sam Delmerico · 2 years, 4 months ago
  10. c641cc4 bp2build: migrate export_{,system_}include_dirs -> *includes for cc_prebuilt_library{,_static,_shared} by Alex Márquez Pérez Muñíz Díaz Puras Thaureaux · 2 years, 5 months ago
  11. 48cdbeb Handle stubs within an apex with apex_available by Liz Kammer · 2 years, 5 months ago
  12. 5f90649 remove stub dependency on source_library by Sam Delmerico · 2 years, 5 months ago
  13. 56b1a2b LTO Bp2build by Trevor Radcliffe · 2 years, 6 months ago
  14. 01ec55e Express no{,_lib}crt via features vs attrs by Alex Márquez Pérez Muñíz Díaz Puras Thaureaux · 2 years, 6 months ago
  15. db7e026 bp2build conversion for Sanitize.Integer_overflow by Trevor Radcliffe · 2 years, 9 months ago
  16. 83f88cd Remove creation of has_stubs in cc_library_shared by bp2build by Vinh Tran · 2 years, 8 months ago
  17. 682bfb2 Revert "bp2build conversion for Sanitize.Integer_overflow" by Trevor Radcliffe · 2 years, 8 months ago
  18. f82482d bp2build conversion for Sanitize.Integer_overflow by Trevor Radcliffe · 2 years, 9 months ago
  19. 56ccb1a Support abi check in bazel. by Yu Liu · 2 years, 9 months ago
  20. 0ead79b Revert "bp2build conversion for Sanitize.Integer_overflow" by Jingwen Chen · 2 years, 8 months ago
  21. 548fc5d bp2build conversion for Sanitize.Integer_overflow by Trevor Radcliffe · 2 years, 9 months ago
  22. ea6a45d Split ldflags in bp2build by Trevor Radcliffe · 2 years, 11 months ago
  23. 37ec2f7 Add additionalLinkerInputs for both version_script by Trevor Radcliffe · 2 years, 10 months ago
  24. 4c196e2 Merge "Only generate stubs for shared libraries" by Trevor Radcliffe · 2 years, 11 months ago
  25. 1eb582e Merge "Enable bp2build for cc modules relying on sysprop" by Trevor Radcliffe · 2 years, 11 months ago
  26. f19d8a7 Only generate stubs for shared libraries by Trevor Radcliffe · 2 years, 11 months ago
  27. 6cbb330 Merge "Create Stub targets for cc_library_(static|shared)" by Trevor Radcliffe · 2 years, 11 months ago
  28. cee4e05 Enable bp2build for cc modules relying on sysprop by Trevor Radcliffe · 2 years, 11 months ago
  29. baced71 Add libbuildversion in converion instead of macro by Liz Kammer · 2 years, 11 months ago
  30. 087af54 Create Stub targets for cc_library_(static|shared) by Trevor Radcliffe · 2 years, 11 months ago
  31. e06d75b Exporting MakeBazelTarget() in testing.go by Alix · 3 years ago
  32. a56e970 Support `suffix` property in bp2build by Alex Márquez Pérez Muñíz Díaz Púras Thaureaux · 3 years, 5 months ago
  33. 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 ago
  34. 6b29f59 Bp2build support for runtime_libs by Cole Faust · 3 years ago
  35. 3177a6e export common bp2build testing functions by Sam Delmerico · 3 years, 1 month ago
  36. 1be00d4 filter unknown clang cflags in bp2build by Alix · 3 years, 3 months ago
  37. ef9c900 Generate genlex rules from bp2build for cc targets by Trevor Radcliffe · 3 years, 3 months ago
  38. 126bd58 Handle cc_defaults' `shared` for cc_library_shared by Alex Márquez Pérez Muñíz Díaz Púras Thaureaux · 3 years, 4 months ago
  39. fc60316 Support tailoring clang --target flag based on min sdk version. by Yu Liu · 3 years, 5 months ago
  40. 7756c8f Correct bp2build canonical_from_root logic by Liz Kammer · 3 years, 6 months ago
  41. fe813c5 Merge "Delete toolchain_library" by Liz Kammer · 3 years, 6 months ago
  42. 0ee88a6 Implement stubs.symbol_file and stubs.versions for cc_library_shared bp2build. by Jingwen Chen · 3 years, 7 months ago
  43. 718eb27 Delete toolchain_library by Liz Kammer · 3 years, 7 months ago
  44. be46fcc Use one mutator for all bp2build conversion. by Liz Kammer · 3 years, 9 months ago
  45. 484aa25 Add initial support for use_version_lib. by Rupert Shuttleworth · 3 years, 8 months ago
  46. 12615db bp2build: support full/lite protos in cc libs by Liz Kammer · 3 years, 10 months ago
  47. 78cfdaa Refactor bp2build tests by Liz Kammer · 3 years, 9 months ago
  48. d287118 Update version_script to be handled as linkopt by Liz Kammer · 3 years, 10 months ago
  49. 6ada589 Add support for nocrt by translating it to link_crt in bp2build. by Jingwen Chen · 3 years, 11 months ago
  50. 7a210ac bp2build: Add support for export_.*headers props by Liz Kammer · 3 years, 11 months ago
  51. ac5097f Create bp2build converter for cc_shared_library by Alex Márquez Pérez Muñíz Díaz Púras Thaureaux · 4 years ago