1. f11b7c3 Support a few more attrs in cc_aconfig_library. by Yu Liu · 1 year, 3 months ago
  2. 96da2ba Restrict bp2build of hdr library props by Liz Kammer · 1 year, 3 months ago
  3. 863e334 Delete some api_bp2build dead code. by Jingwen Chen · 1 year, 3 months ago
  4. 6666d0f Switch bp2build mutator to bottom up by Chris Parsons · 1 year, 4 months ago
  5. 637458d Have ConvertWBp2build use Bp2buildMutatorContext by Chris Parsons · 1 year, 4 months ago
  6. 86a407f Always convert prebuilt cc library headers by Liz Kammer · 1 year, 4 months ago
  7. 39b6cc5 Ignore test apexes from bp2build generated tags by Spandan Das · 1 year, 9 months ago
  8. e431240 Support DCLA by Yu Liu · 2 years ago
  9. 4ed95e2 mixed build targets need transitive tidy files by Sam Delmerico · 2 years ago
  10. 1978fdf Merge "clean up CL for androidmk variables" by Sam Delmerico · 2 years ago
  11. 5fb794a clean up CL for androidmk variables by Sam Delmerico · 2 years ago
  12. 627fc3e Rename API surface provided to mainline modules by Spandan Das · 2 years ago
  13. eddd3c0 add APEX transitive dependency validation by Sam Delmerico · 2 years, 1 month ago
  14. 4238c65 Converters for contributions to systemapi and vendorapi by Spandan Das · 2 years, 4 months ago
  15. 7f897fc Reexport whole_static_libs in cc_library_headers by Trevor Radcliffe · 2 years, 5 months ago
  16. 2be7f54 Add support and tests for export_*_lib_headers by Trevor Radcliffe · 2 years, 7 months ago
  17. fb6c522 Remove implementation_deps from cc_library headers by Trevor Radcliffe · 2 years, 7 months ago
  18. 707f65d Merge "Remove library decorator for extracting headers" by Liz Kammer · 2 years, 8 months ago
  19. 6ce2cf9 cc bazel handlers: use better interface checking by Chris Parsons · 2 years, 8 months ago
  20. f874e46 Refactor mixed builds to only take one pass by Chris Parsons · 2 years, 8 months ago
  21. 5454944 Remove library decorator for extracting headers by Liz Kammer · 2 years, 8 months ago
  22. fc60316 Support tailoring clang --target flag based on min sdk version. by Yu Liu · 2 years, 11 months ago
  23. 2b376bc Create subdir for cc rules. by Liz Kammer · 3 years ago
  24. 3d3b35c Revert "Revert "bp2build: convert host & prebuilt header libraries"" by Liz Kammer · 3 years ago
  25. 105deed Revert "bp2build: convert host & prebuilt header libraries" by Jingwen Chen · 3 years ago
  26. d8a72d7 bp2build: convert host & prebuilt header libraries by Liz Kammer · 3 years, 1 month ago
  27. be46fcc Use one mutator for all bp2build conversion. by Liz Kammer · 3 years, 3 months ago
  28. 1263d9b Handle includes for generated headers by Liz Kammer · 3 years, 1 month ago
  29. e65c3ae Fix prebuilt selection logic for cc_prebuilt_library_headers. by Martin Stjernholm · 3 years, 2 months ago
  30. e658348 bp2build: Handle export_generated_header property by Liz Kammer · 3 years, 3 months ago
  31. 787fb36 Add OS to configuration key in mixed builds by Chris Parsons · 3 years, 3 months ago
  32. 447f6c9 Bp2Build common properties auto-handling by Alex Márquez Pérez Muñíz Díaz Púras Thaureaux · 3 years, 5 months ago
  33. 12a0a31 Add ramdisk image sdk trait to cc_library_headers by Paul Duffin · 3 years, 4 months ago
  34. 6369622 Add recovery image sdk trait to cc_library_headers by Paul Duffin · 3 years, 4 months ago
  35. 7a210ac bp2build: Add support for export_.*headers props by Liz Kammer · 3 years, 4 months ago
  36. 93b750e Add support for native bridge trait by Paul Duffin · 5 years ago
  37. 35687bc Split local/absolute include into attributes by Liz Kammer · 3 years, 4 months ago
  38. 5fad501 bp2build: Split export_{includes,system_includes} by Liz Kammer · 3 years, 4 months ago
  39. 2ada09a Don't create a new module for bp2build conversion. by Liz Kammer · 3 years, 5 months ago
  40. 0d99045 Lift BazelHandler interface into android/ by Alex Márquez Pérez Muñíz Díaz Púras Thaureaux · 3 years, 5 months ago
  41. 51f8c39 bp2build: handle system_shared_libs by Chris Parsons · 3 years, 6 months ago
  42. 94a0bba Support cc_library_shared for mixed builds by Chris Parsons · 3 years, 8 months ago
  43. d635877 Propagate unexported deps via implementation_deps by Chris Parsons · 3 years, 8 months ago
  44. 882bcc1 bp2build: remove header globs in generated srcs. by Jingwen Chen · 3 years, 9 months ago
  45. b6a55bf Incorporate cc_library_headers into mixed builds by Liz Kammer · 3 years, 9 months ago
  46. ed9c17d bp2build: refactor/standardize cc_* bp2build converters by Jingwen Chen · 3 years, 9 months ago
  47. 107c0de bp2build: refactor compiler/linker prop function. by Jingwen Chen · 3 years, 9 months ago
  48. 6393098 bp2build: cc_library converter for //bionic/libdl:libdl_android by Jingwen Chen · 3 years, 10 months ago
  49. b815168 Support arch variations for export_system_include_dirs in cc_library_headers bp2build converter. by Rupert Shuttleworth · 3 years, 9 months ago
  50. c1c2650 Add target/os configurable string_list attrs. by Jingwen Chen · 3 years, 10 months ago
  51. 91220d7 Add os/target configurable selects for label list attributes. by Jingwen Chen · 3 years, 10 months ago
  52. 0702791 bp2build: arch-configurable selects for label list attrs. by Jingwen Chen · 3 years, 10 months ago
  53. 095081c Add bp2build support for cc_library_static. by Rupert Shuttleworth · 3 years, 10 months ago
  54. 8b08665 Merge "Revert "Add bp2build support for cc_library_static."" by Jingwen Chen · 3 years, 10 months ago
  55. f941054 Revert "Add bp2build support for cc_library_static." by Jingwen Chen · 3 years, 10 months ago
  56. d3e1010 Merge "Add bp2build support for cc_library_static." by Rupert Shuttleworth · 3 years, 10 months ago
  57. 21e743d Add bp2build support for cc_library_static. by Rupert Shuttleworth · 3 years, 11 months ago
  58. 12b4c27 bp2build: add allowlist for package-level conversions. by Jingwen Chen · 3 years, 10 months ago
  59. c7846f3 bp2build: cc_library_headers converter should only include that module type by Jingwen Chen · 3 years, 10 months ago
  60. bbfd5ab Merge "Move bazel.Properties to a BazelModuleBase" by Treehugger Robot · 3 years, 11 months ago
  61. ea6666f Move bazel.Properties to a BazelModuleBase by Liz Kammer · 4 years ago
  62. fc46bc1 Refactor BazelTargetModule by Liz Kammer · 4 years ago
  63. 8c1b97e bp2build: cc_object converter. by Jingwen Chen · 4 years ago
  64. 54e7841 Add cc_library_headers support to bp2build. by Rupert Shuttleworth · 4 years ago
  65. caa47d7 Disable all host OS variants except those explicitly included. by Martin Stjernholm · 4 years, 6 months ago
  66. cd07bce Add SDK member support for cc_object. by Martin Stjernholm · 4 years, 10 months ago
  67. 91756d2 Add support for cc_library_headers in sdk/module_exports by Paul Duffin · 5 years ago
  68. f5ea9e1 Add cc_prebuilt_library_headers by Paul Duffin · 5 years ago
  69. 1c6c1c7 Separate cc_library_headers to its own file and add tests by Paul Duffin · 5 years ago