1. f4ffe0a soong: Add crt_pad_segment to .so's by Kalesh Singh · 1 year, 1 month ago
  2. 4a9e6ec Use ModuleInfoJSONProvider for cc modules by Colin Cross · 1 year, 3 months ago
  3. 9ffbe83 Add non_apex.exclude_shared_libs to cc by Jooyung Han · 1 year, 3 months ago
  4. 391a25d Supporting changes for CFI toolchain features by Trevor Radcliffe · 2 years ago
  5. 01ec55e Express no{,_lib}crt via features vs attrs by Alex Márquez Pérez Muñíz Díaz Puras Thaureaux · 2 years, 1 month ago
  6. 225a37a Use the same rpaths for tests and binaries and cc and rust by Colin Cross · 2 years, 2 months ago
  7. b582e61 Fix "--version_script" typo in doc. by Jingwen Chen · 2 years, 4 months ago
  8. c3977fa Use LLD for Darwin host binaries by Yi Kong · 2 years, 8 months ago
  9. 3e5e778 Reland: Fix -Wl,--exclude-libs for clang runtime libraries by Colin Cross · 2 years, 9 months ago
  10. 567d983 Revert "Fix -Wl,--exclude-libs for clang runtime libraries" by Colin Cross · 2 years, 9 months ago
  11. 59de280 Fix -Wl,--exclude-libs for clang runtime libraries by Colin Cross · 2 years, 9 months ago
  12. 3bf97bd Clean up some bp2build technical debt by Liz Kammer · 2 years, 10 months ago
  13. 958c957 Add linker_scripts property by David Brazdil · 2 years, 11 months ago
  14. 718eb27 Delete toolchain_library by Liz Kammer · 3 years, 2 months ago
  15. 0eae52e bp2build; Update handling of linker flags by Liz Kammer · 3 years, 5 months ago
  16. 6ada589 Add support for nocrt by translating it to link_crt in bp2build. by Jingwen Chen · 3 years, 6 months ago
  17. 5569d6e Deprecate `group_static_libs` property by LaMont Jones · 3 years, 6 months ago
  18. 3aa9544 Add exclude_runtime_libs to more targets. by Martin Stjernholm · 3 years, 6 months ago
  19. a592b6f Reland: Add more target-specific properties by Jiyong Park · 3 years, 8 months ago
  20. 528d67e Reland "Split the x86 host toolchain into glibc and musl variants" by Colin Cross · 3 years, 7 months ago
  21. c5647ca Merge "Revert "Split the x86 host toolchain into glibc and musl variants"" by Colin Cross · 3 years, 7 months ago
  22. 5d6904e Revert "Split the x86 host toolchain into glibc and musl variants" by Colin Cross · 3 years, 7 months ago
  23. 7628e93 Merge changes Idbeb4819,Ifc02f9e5 by Colin Cross · 3 years, 7 months ago
  24. 2231f8a Merge "Remove default_shared_libs" by Treehugger Robot · 3 years, 7 months ago
  25. 5942238 Add dynamic_list property by Colin Cross · 3 years, 8 months ago
  26. 4fb4ef2 Split the x86 host toolchain into glibc and musl variants by Colin Cross · 3 years, 8 months ago
  27. b8d6987 Merge "Remove Fuchsia support from Soong" by Colin Cross · 3 years, 8 months ago
  28. 6b8f425 Remove default_shared_libs by Colin Cross · 3 years, 8 months ago
  29. 2e4c0eb Merge "Apply system_shared_libs to all variants" by Treehugger Robot · 3 years, 8 months ago
  30. cb0ac95 Remove Fuchsia support from Soong by Colin Cross · 3 years, 8 months ago
  31. 33bac24 Remove clang indirection without affecting build.ninja by Colin Cross · 3 years, 8 months ago
  32. 72bf8e1 Apply system_shared_libs to all variants by Colin Cross · 3 years, 8 months ago
  33. 9ecb42d Add default_shared_libs property by Colin Cross · 3 years, 9 months ago
  34. c854468 Add DefaultSharedLibraries to Toolchain by Colin Cross · 3 years, 9 months ago
  35. 250c521 Mark more fields in BaseLinkerProperties as arch variant by Pirama Arumuga Nainar · 3 years, 9 months ago
  36. d366c90 Handle no_libcrt in bp2build. by Liz Kammer · 3 years, 9 months ago
  37. 1af9316 Remove sort_bss_symbols_by_size. by Lukacs T. Berki · 3 years, 9 months ago
  38. 088b535 Fix the apex compatible issue on the platform Q by Luke Huang · 3 years, 10 months ago
  39. 852edc1 cc/linker.go: check min_sdk_version. by Elliott Hughes · 3 years, 10 months ago
  40. 8df4b3d Use SHT_RELR relocations where possible. by Elliott Hughes · 3 years, 11 months ago
  41. be763f7 Skip default dependencies for header libraries by Colin Cross · 3 years, 10 months ago
  42. c2018e2 Remove libgcc toolchain libs for Android by Ryan Prichard · 4 years ago
  43. bf1db7b Move gen_sorted_bss_symbols.sh to use LLVM binutils by Yi Kong · 4 years ago
  44. 356f7d4 bp2build: convert paths/module refs to Bazel label by Liz Kammer · 4 years, 1 month ago
  45. 6977e8a 'vendor_available: *' will not create product variant by Justin Yun · 4 years, 4 months ago
  46. 18aefc1 Remove unnecessary snake case variables. by Jaewoong Jung · 4 years, 2 months ago
  47. e386754 target.apex.exclude_[shared|static]_libs to cc_* modules by Jiyong Park · 4 years, 3 months ago
  48. e0f2ab3 Improve commenting of cc/binary.go. by Chris Parsons · 4 years, 3 months ago
  49. 63e9ec7 Define product_available property by Justin Yun · 4 years, 4 months ago
  50. 6da33c2 Add target.vendor_ramdisk. by Yifan Hong · 4 years, 4 months ago
  51. d2057fb cc/linker.go: fix typo. by Yifan Hong · 4 years, 4 months ago
  52. 219968c soong: Exclude system shared libs from fix suggestions by Yo Chiang · 4 years, 5 months ago
  53. f70926e Remove libc_scudo references. by Christopher Ferris · 4 years, 9 months ago
  54. 0621031 Add exclude_shared_libs, expand exclude_static_libs to cover static_libs by Colin Cross · 4 years, 9 months ago
  55. ff550f3 Merge "Revert^2 "Add sdk mutator for native modules"" by Colin Cross · 5 years ago
  56. c511bc5 Revert^2 "Add sdk mutator for native modules" by Colin Cross · 5 years ago
  57. d66b121 Merge "Revert "Add sdk mutator for native modules"" by Colin Cross · 5 years ago
  58. f8e8022 Revert "Add sdk mutator for native modules" by Colin Cross · 5 years ago
  59. f5d6756 Merge "Add sdk mutator for native modules" by Colin Cross · 5 years ago
  60. 82e192c Add sdk mutator for native modules by Colin Cross · 5 years ago
  61. 10566a0 Propagate empty vs unspecified system_shared_libs correctly. by Martin Stjernholm · 5 years ago
  62. cc868de Merge "Remove unused mips workarounds." by Elliott Hughes · 5 years ago
  63. 13f0271 Copy shared_libs and system_shared_libs to module snapshot by Paul Duffin · 5 years ago
  64. da3a071 Remove unused mips workarounds. by Elliott Hughes · 5 years ago
  65. 2a2e0db Add an order-only dependency on the build number file by Colin Cross · 5 years ago
  66. 5c50e7f Merge "Add static_libs field to target.vendor" by Treehugger Robot · 5 years ago
  67. ed5c146 Add static_libs field to target.vendor by Chong Zhang · 5 years ago
  68. 730573c Merge "Use relocation-packer style relocation packing between 23 and 28." by Elliott Hughes · 5 years ago
  69. da909fe Use relocation-packer style relocation packing between 23 and 28. by Elliott Hughes · 5 years ago
  70. c71193a Add whole_static_libs to non-svelte configs. by Christopher Ferris · 5 years ago
  71. cf4832c Add target.ramdisk by Yifan Hong · 5 years ago
  72. e5ba286 build: Link the unwinder dynamically into platform and vendor binaries. by Peter Collingbourne · 5 years ago
  73. 4af21ed Split local and global cflags by Colin Cross · 5 years ago
  74. 724ab5d Fix missing deps found through RBE by Dan Willemsen · 5 years ago
  75. 3440835 Merge "Add -Wl,--exclude-libs=libclang_rt.builtins to ldflags" by Tom Cherry · 6 years ago
  76. e480232 Add -Wl,--exclude-libs=libclang_rt.builtins to ldflags by Tom Cherry · 6 years ago
  77. fb4ecc4 Merge "Add cc_*.target.recovery.static_libs" by Treehugger Robot · 6 years ago
  78. e7efbc8 Add cc_*.target.recovery.static_libs by Yifan Hong · 6 years ago
  79. 6cd1be8 Add sort_bss_symbols_by_size property for shared libs by Vic Yang · 6 years ago
  80. 5822b55 Manually escape BuildNumberFromFile by Colin Cross · 6 years ago
  81. 75a50a2 Revert "Revert "Revert "Revert "Enable lld for windows"""" by Josh Gao · 6 years ago
  82. b20200b Revert "Revert "Revert "Enable lld for windows""" by Josh Gao · 6 years ago
  83. e7fe991 Clean up no_libgcc by Yi Kong · 6 years ago
  84. acee27c Strip libgcc to only keep fallback symbols by Yi Kong · 6 years ago
  85. 6d8c0a5 Revert "Revert "Enable lld for windows"" by Pirama Arumuga Nainar · 6 years ago
  86. 134f8f6 Make libc_scudo always go first. by Christopher Ferris · 6 years ago
  87. 61166dc Revert "Enable lld for windows" by Josh Gao · 6 years ago
  88. 3c21c0b Enable lld for windows by Pirama Arumuga Nainar · 6 years ago
  89. 27b922f Annotate paths and deprecate ExtractSource(s)Deps by Colin Cross · 6 years ago
  90. 0b9f31f Replace *Escape with *EscapeList by Colin Cross · 6 years ago
  91. 410d834 Annotate No_libcrt with arch_variant by Yi Kong · 6 years ago
  92. 19408a3 Use no_libcrt property instead of hard coding projects to exclude by Yi Kong · 6 years ago
  93. c32c6b0 Support building for Fuchsia. by Doug Horn · 6 years ago
  94. 14bd0db Always respect system_shared_libs from Android.bp by Logan Chien · 6 years ago
  95. b70617a Add Symbol_ordering_file property by Vic Yang · 6 years ago
  96. 3a26eef Apply system_shared_libs to static libraries by Dan Willemsen · 6 years ago
  97. 9100b1d Do not generate SHT_RELR relocations before API 28 by Zhizhou Yang · 6 years ago
  98. c17727d Shard arch property structs by Colin Cross · 6 years ago
  99. ef449fe Add shared_libs to vendor and recovery targets. by Martin Stjernholm · 6 years ago
  100. 7ed9de3 Add support for versioned stubs. by Jiyong Park · 6 years ago