1. e431240 Support DCLA by Yu Liu · 2 years, 8 months ago
  2. 3fad8ed convert cc_object crt property in bp2build by Sam Delmerico · 2 years, 7 months ago
  3. 9f609db Add variant_prepend support for all the properties in bp2build by Zi Wang · 2 years, 8 months ago
  4. 5a67ad1 Merge "add APEX transitive dependency validation" by Sam Delmerico · 2 years, 9 months ago
  5. eddd3c0 add APEX transitive dependency validation by Sam Delmerico · 2 years, 9 months ago
  6. 65ebc42 Add support for headers from dependencies to bazel cc_object by Colin Cross · 2 years, 9 months ago
  7. fb44cd2 Copy cc_object output files to a name that matches the module by Colin Cross · 3 years ago
  8. 91f10ec Merge "Handle multiple linkages in sdk snapshots" by Liz Kammer · 3 years, 3 months ago
  9. 96320df Handle multiple linkages in sdk snapshots by Liz Kammer · 3 years, 4 months ago
  10. 6ce2cf9 cc bazel handlers: use better interface checking by Chris Parsons · 3 years, 4 months ago
  11. f874e46 Refactor mixed builds to only take one pass by Chris Parsons · 3 years, 4 months ago
  12. fc60316 Support tailoring clang --target flag based on min sdk version. by Yu Liu · 3 years, 6 months ago
  13. 2b376bc Create subdir for cc rules. by Liz Kammer · 3 years, 8 months ago
  14. 58852a0 Handle the 'enabled' property in bp2build by Chris Parsons · 3 years, 9 months ago
  15. be46fcc Use one mutator for all bp2build conversion. by Liz Kammer · 3 years, 10 months ago
  16. e658348 bp2build: Handle export_generated_header property by Liz Kammer · 3 years, 11 months ago
  17. 787fb36 Add OS to configuration key in mixed builds by Chris Parsons · 3 years, 11 months ago
  18. 447f6c9 Bp2Build common properties auto-handling by Alex Márquez Pérez Muñíz Díaz Púras Thaureaux · 4 years ago
  19. a37e195 Support building libcrypto via mixed builds by Chris Parsons · 4 years ago
  20. 35687bc Split local/absolute include into attributes by Liz Kammer · 4 years ago
  21. 2ada09a Don't create a new module for bp2build conversion. by Liz Kammer · 4 years, 1 month ago
  22. 0d99045 Lift BazelHandler interface into android/ by Alex Márquez Pérez Muñíz Díaz Púras Thaureaux · 4 years, 1 month ago
  23. 2231f8a Merge "Remove default_shared_libs" by Treehugger Robot · 4 years, 1 month ago
  24. 6b8f425 Remove default_shared_libs by Colin Cross · 4 years, 1 month ago
  25. 908fbe2 Merge changes I29bf144b,Id2879453 by Colin Cross · 4 years, 2 months ago
  26. 33bac24 Remove clang indirection without affecting build.ninja by Colin Cross · 4 years, 2 months ago
  27. 69fa9f9 Seperate asflags and cflags by Chris Parsons · 4 years, 2 months ago
  28. 7cabd42 Export NewPrebuiltObject by Colin Cross · 4 years, 2 months ago
  29. 137d7da Support shared_libs, static_libs and default_shared_libs in cc_object by Colin Cross · 4 years, 2 months ago
  30. ba7a9c5 Handle product vars *flags props in cc* modules by Liz Kammer · 4 years, 3 months ago
  31. 990c4f4 Rollforward "Split asm and c flags and srcs in..." by Chris Parsons · 4 years, 3 months ago
  32. 52aa4e1 Revert "Split asm and c flags and srcs in bp2build output" by Colin Cross · 4 years, 3 months ago
  33. af24cdd Split asm and c flags and srcs in bp2build output by Chris Parsons · 4 years, 4 months ago
  34. 6fd7b3f Handle product config vars in bp2build. by Liz Kammer · 4 years, 4 months ago
  35. ed9c17d bp2build: refactor/standardize cc_* bp2build converters by Jingwen Chen · 4 years, 5 months ago
  36. 107c0de bp2build: refactor compiler/linker prop function. by Jingwen Chen · 4 years, 5 months ago
  37. 6393098 bp2build: cc_library converter for //bionic/libdl:libdl_android by Jingwen Chen · 4 years, 5 months ago
  38. c1c2650 Add target/os configurable string_list attrs. by Jingwen Chen · 4 years, 5 months ago
  39. acacbc1 Merge "Handle product_variable asflag for cc_object." by Liz Kammer · 4 years, 5 months ago
  40. 7dfaa3a Merge "Don't use custom mixed build logic for cc_object" by Liz Kammer · 4 years, 5 months ago
  41. a060c45 Handle product_variable asflag for cc_object. by Liz Kammer · 4 years, 5 months ago
  42. 0702791 bp2build: arch-configurable selects for label list attrs. by Jingwen Chen · 4 years, 6 months ago
  43. 8206d4f Don't use custom mixed build logic for cc_object by Liz Kammer · 4 years, 6 months ago
  44. 12b4c27 bp2build: add allowlist for package-level conversions. by Jingwen Chen · 4 years, 6 months ago
  45. a4aa430 Handle include_build_directory prop in bp2build by Liz Kammer · 4 years, 6 months ago
  46. 5735568 Temporarily disable cc_objects in mixed builds by Liz Kammer · 4 years, 6 months ago
  47. 8d6e433 Support cc_object modules in mixed builds by Chris Parsons · 4 years, 6 months ago
  48. 5d86449 bp2build: add configurable attribute (select) support. by Jingwen Chen · 4 years, 6 months ago
  49. db12024 bp2build: add support for cc_object's objs and exclude_srcs properties. by Jingwen Chen · 4 years, 6 months ago
  50. bbfd5ab Merge "Move bazel.Properties to a BazelModuleBase" by Treehugger Robot · 4 years, 6 months ago
  51. ea6666f Move bazel.Properties to a BazelModuleBase by Liz Kammer · 4 years, 7 months ago
  52. fc46bc1 Refactor BazelTargetModule by Liz Kammer · 4 years, 7 months ago
  53. 8c1b97e bp2build: cc_object converter. by Jingwen Chen · 4 years, 7 months ago
  54. bf4f55f Improve commenting for cc/builer.go, and kill dead code by Chris Parsons · 4 years, 9 months ago
  55. b613521 Remove vendor crt special case by Colin Cross · 5 years ago
  56. 92fe740 Stop using prebuilt NDK CRT objects. by Dan Albert · 5 years ago
  57. 1042d29 Implement cc_object vendor snapshot by Inseob Kim · 5 years ago
  58. cd07bce Add SDK member support for cc_object. by Martin Stjernholm · 5 years ago
  59. 0b92ac8 Add cc_prebuilt_object. by Martin Stjernholm · 5 years ago
  60. 4af21ed Split local and global cflags by Colin Cross · 6 years ago
  61. ab65ba9 Handle partial link of a single object with a linker script. by Pete Bentley · 6 years ago
  62. 1c648b8 Allow sanitize attribute on cc_objects and propagate sanitize attributes into them. by Peter Collingbourne · 6 years ago
  63. 724ab5d Fix missing deps found through RBE by Dan Willemsen · 6 years ago
  64. 792942d Merge changes I75b4a761,I779f28c6,If1422372,I26307dd1 by Treehugger Robot · 6 years ago
  65. 74c9bba Allow linker scripts when building objects. by Pete Bentley · 6 years ago
  66. ee9a98d Build native coverage variant of APEXes when needed by Jiyong Park · 6 years ago
  67. a37832a Add header_libs to cc_object by Paul Duffin · 6 years ago
  68. 65c95ff Include libprofile-extras to all coverage variants by Pirama Arumuga Nainar · 6 years ago
  69. baff0ce Soong: Add synopsis to cc_object module. by Patrice Arruda · 6 years ago
  70. af6d895 Add unstrippedOutputFilePath to the linker interface by Jiyong Park · 7 years ago
  71. 486e42c Enable safe ICF with LLD. by Peter Collingbourne · 7 years ago
  72. 8536d6b Remove GCC checks by Dan Willemsen · 7 years ago
  73. e40b4ea Export cc module types and mutators needed for JNI testing by Colin Cross · 7 years ago
  74. 907769f Allow cc_object modules to use STL by Colin Cross · 7 years ago
  75. 61f3212 Dedup version-script handling code. by Dan Albert · 7 years ago
  76. 0007d81 Change bool, and string properties to *bool, and *string for cc by Nan Zhang · 8 years ago
  77. 87dd963 Remove no_default_compiler_flags property by Colin Cross · 8 years ago
  78. af3cc2d Some clarifications in preparation to automatically order linker dependencies by Jeff Gaston · 8 years ago
  79. 7b6118b Revert "Some clarifications in preparation to automatically order linker dependencies" by Jeff Gaston · 8 years ago
  80. 2370af0 Some clarifications in preparation to automatically order linker dependencies by Jeff Gaston · 8 years ago
  81. efb1dd9 Add prefix_symbols support to cc_object by Dan Willemsen · 8 years ago
  82. 0c16293 Allow cc_object to use libc headers under the VNDK by Dan Willemsen · 8 years ago
  83. 3624285 Refactor factories by Colin Cross · 8 years ago
  84. 37047f1 Pass DepsContext to dependency methods by Colin Cross · 9 years ago
  85. 967c6a9 Allow Host cc_object and cc_toolchain_library by Dan Willemsen · 9 years ago
  86. 5cb580f Start using "struct Objects" to store object Paths by Dan Willemsen · 9 years ago
  87. 798bfce Move registration into android package by Colin Cross · 9 years ago
  88. b916a38 Refactor cc modules to use decorators instead of inheritance by Colin Cross · 9 years ago
  89. 42742b8 Rename compiler, linker and installer methods to be unique by Colin Cross · 9 years ago
  90. 4d9c2d1 Separate cc.go by Colin Cross · 9 years ago