1. 3c0ae33 Add ability to force compile as 64 bit. by Christopher Ferris · 2 years, 6 months ago
  2. b706b4e add multilib data_device_bins properties by Sam Delmerico · 2 years, 7 months ago
  3. e91ea2a Remove linux_glibc musl hack by Colin Cross · 2 years, 9 months ago
  4. a98d36d Add host_linux target properties by Colin Cross · 2 years, 10 months ago
  5. 2d295a2 Add musl_x86 and glibc_x86 style properties to bazel configurations by Colin Cross · 2 years, 10 months ago
  6. e8303bd Export variant/features via soong_injection by Liz Kammer · 2 years, 10 months ago
  7. b7f3366 Improve clarity of arch decoding. by Liz Kammer · 2 years, 10 months ago
  8. cda344f Merge "Fix typos in arch_list and do variant validation" by Treehugger Robot · 2 years, 10 months ago
  9. 0b52d83 typos fixed by Usta Shrestha · 2 years, 11 months ago
  10. 2c2afe2 Fix typos in arch_list and do variant validation by Liz Kammer · 2 years, 11 months ago
  11. 1aa45b0 Add musl_<arch> and glibc_<arch> properties by Colin Cross · 2 years, 11 months ago
  12. 851a327 Use Module.GetProperties() instead of ModuleBase.generalProperties by Usta · 3 years ago
  13. dca0219 Remove customizableProperties from `android.ModuleBase` by Usta · 3 years ago
  14. eabf0f3 cosmetic changes by Usta · 3 years, 1 month ago
  15. 4745007 Add Darwin x86_64+arm64 universal binary support by Dan Willemsen · 3 years, 2 months ago
  16. 8528f4e Add Darwin+Arm64 toolchain support by Dan Willemsen · 3 years, 2 months ago
  17. 1eda2bd Merge "Support 64-bit arm_on_x86_64" by Lev Rumyantsev · 3 years, 2 months ago
  18. 3458121 Support 64-bit arm_on_x86_64 by Lev Rumyantsev · 3 years, 2 months ago
  19. fdd72e6 bp2build: Add special arch-variant targets. by Liz Kammer · 3 years, 3 months ago
  20. 2dde0cb bp2build: Handle target.linux by Chris Parsons · 3 years, 3 months ago
  21. a37e195 Support building libcrypto via mixed builds by Chris Parsons · 3 years, 3 months ago
  22. fd0c03c Annotate FIXME for b/200678898 by Alex Márquez Pérez Muñíz Díaz Púras Thaureaux · 3 years, 3 months ago
  23. e3d1ae4 Avoid direct access to Native_bridge_supported property by Paul Duffin · 3 years, 4 months ago
  24. 135bf55 Handle arch-specific/not properties the same. by Liz Kammer · 3 years, 5 months ago
  25. 528d67e Reland "Split the x86 host toolchain into glibc and musl variants" by Colin Cross · 3 years, 5 months ago
  26. 5d6904e Revert "Split the x86 host toolchain into glibc and musl variants" by Colin Cross · 3 years, 5 months ago
  27. 4fb4ef2 Split the x86 host toolchain into glibc and musl variants by Colin Cross · 3 years, 5 months ago
  28. cb0ac95 Remove Fuchsia support from Soong by Colin Cross · 3 years, 5 months ago
  29. 0c66bc6 Replace android.BuildOs with Config.BuildOS by Colin Cross · 3 years, 5 months ago
  30. 01a16e8 Handle target.bionic in bp2build. by Liz Kammer · 3 years, 5 months ago
  31. 5219c0e Fix ndk and aml arch order by Inseob Kim · 3 years, 6 months ago
  32. 07538bb Merge "Use libabigail to track NDK ABIs." by Dan Albert · 3 years, 7 months ago
  33. 9abd62d Use maps in bazel *attribute types by Liz Kammer · 3 years, 7 months ago
  34. f1d14c7 Use libabigail to track NDK ABIs. by Dan Albert · 4 years, 5 months ago
  35. c194ffb Make GetTargetProperties() aware of more complex targets, like 'android_arm', instead of just 'android'. by Rupert Shuttleworth · 3 years, 7 months ago
  36. 5f51839 Refactor GetTargetProperties(). by Lukacs T. Berki · 3 years, 7 months ago
  37. b6dbc87 Define a narrower context for getting arch props by Liz Kammer · 3 years, 8 months ago
  38. 598dd00 Refactor how bp2build gets arch-specific props. by Lukacs T. Berki · 3 years, 8 months ago
  39. cbaef6f Merge "Add debug ramdisk variant." by Treehugger Robot · 3 years, 8 months ago
  40. c424b76 Support multilib properties in bp2build by Chris Parsons · 3 years, 8 months ago
  41. 08758f0 Add debug ramdisk variant. by Inseob Kim · 3 years, 9 months ago
  42. 39e0314 Merge "Revert^3 "Add debug ramdisk variant"" by Treehugger Robot · 3 years, 8 months ago
  43. aeb6bad Revert^3 "Add debug ramdisk variant" by Inseob Kim · 3 years, 8 months ago
  44. 836a8f3 Revert^2 "Add debug ramdisk variant" by Florian Mayer · 3 years, 8 months ago
  45. 78ea2f5 Revert "Add debug ramdisk variant" by Bowgo Tsai · 3 years, 8 months ago
  46. 4562a3b Add bp2build arch-specific paths mutator by Liz Kammer · 3 years, 8 months ago
  47. 53932ec Merge "Fix discordance between marshall/unmarshall for ArchType" by Treehugger Robot · 3 years, 9 months ago
  48. f84e9c0 Add debug ramdisk variant by Inseob Kim · 3 years, 9 months ago
  49. bec4d03 Fix discordance between marshall/unmarshall for ArchType by Jeongik Cha · 3 years, 9 months ago
  50. 2f6a21e Export OsTypeList through a function. by Jingwen Chen · 3 years, 9 months ago
  51. 91220d7 Add os/target configurable selects for label list attributes. by Jingwen Chen · 3 years, 9 months ago
  52. 5d86449 bp2build: add configurable attribute (select) support. by Jingwen Chen · 3 years, 10 months ago
  53. 003d808 Remove ModuleBase.prefer32. by Jaewoong Jung · 3 years, 10 months ago
  54. 9448e8f Add first_perfer32 option to compile_multilib by Victor Chang · 4 years, 3 months ago
  55. a175126 Merge "[arm64] Build NDK with PAuth and BTI" by Dan Albert · 3 years, 10 months ago
  56. b7eab01 Merge "bp2build: convert paths/module refs to Bazel label" by Liz Kammer · 3 years, 11 months ago
  57. 356f7d4 bp2build: convert paths/module refs to Bazel label by Liz Kammer · 4 years ago
  58. 20fb5d4 Allow common arch for recovery by Inseob Kim · 3 years, 11 months ago
  59. bca786d [arm64] Build NDK with PAuth and BTI by Tamas Petz · 4 years ago
  60. 08117de Fix mismatch between cc and python for windows prefer32 by Colin Cross · 4 years ago
  61. c4d91bc Remove soong.config, FileConfigurableOptions, MegaDevice config. by Jingwen Chen · 4 years, 1 month ago
  62. e9fe294 Annotate dependency tags for dependencies of installed files by Colin Cross · 4 years, 2 months ago
  63. a684540 Add more comments to arch.go by Colin Cross · 4 years, 1 month ago
  64. 08d6f8f Revert "Skip creating variants for disabled OSes" by Colin Cross · 4 years, 1 month ago
  65. d976af0 Skip creating variants for disabled OSes by Colin Cross · 4 years, 1 month ago
  66. 34037c6 Use bitfield for HostOrDeviceSupported by Colin Cross · 4 years, 1 month ago
  67. b5ae193 Revert "Annotate dependency tags for dependencies of installed files" by Colin Cross · 4 years, 1 month ago
  68. 62a0cfd Annotate dependency tags for dependencies of installed files by Colin Cross · 4 years, 2 months ago
  69. 60e0cfb Add vendor-ramdisk image to Soong. by Yifan Hong · 4 years, 2 months ago
  70. 9368834 Assume 32-bit ARM has Neon support in Mainline module SDKs. by Martin Stjernholm · 4 years, 2 months ago
  71. c179ea6 Make java_binary common variant a dependency by Colin Cross · 4 years, 3 months ago
  72. 4f6eebf Merge changes I0885e493,Ic37c8db9 by Treehugger Robot · 4 years, 3 months ago
  73. 2210198 linux_bionic_arm64 is added when Host_bionic_arm64 is true by Jiyong Park · 4 years, 3 months ago
  74. 1613e55 HostCross is an attribute of a Target, not OsType by Jiyong Park · 4 years, 3 months ago
  75. e284b48 Extend target docs to cover (almost) all variants. by Martin Stjernholm · 4 years, 3 months ago
  76. dba548a Merge "Introduce new Arm64 arch variant with dot product features" by Roland Levillain · 4 years, 3 months ago
  77. f18c623 Merge "Add -D__ANDROID_NATIVE_BRIDGE__ to native_bridge targets" by Victor Khimenko · 4 years, 3 months ago
  78. 1a31f80 Add -D__ANDROID_NATIVE_BRIDGE__ to native_bridge targets by Victor Khimenko · 4 years, 3 months ago
  79. 5a1a88e Merge "LinuxBionic supports arm64" by Treehugger Robot · 4 years, 3 months ago
  80. f793d7d Merge "Create os and arch variants for bootstrap Go modules" by Treehugger Robot · 4 years, 4 months ago
  81. 617b88a Create os and arch variants for bootstrap Go modules by Colin Cross · 4 years, 4 months ago
  82. 4afa2e2 LinuxBionic supports arm64 by Jiyong Park · 4 years, 6 months ago
  83. 87788b5 Don't assume host arch is always x86 by Jiyong Park · 4 years, 4 months ago
  84. d4bdabc Revert "Create os and arch variants for GoBinaryTool modules" by Colin Cross · 4 years, 4 months ago
  85. 70b96b0 Introduce new Arm64 arch variant with dot product features by Raphael Gault · 4 years, 6 months ago
  86. 1ec1255 Create os and arch variants for GoBinaryTool modules by Colin Cross · 4 years, 4 months ago
  87. a82ad47 Merge "Remove TARGET_PREFER_32_BIT support." by Elliott Hughes · 4 years, 7 months ago
  88. c26fcf4 Make it possible to specify separate rules for native_bridge case by Victor Khimenko · 4 years, 8 months ago
  89. 79ae341 Remove TARGET_PREFER_32_BIT support. by Elliott Hughes · 4 years, 8 months ago
  90. cc868de Merge "Remove unused mips workarounds." by Elliott Hughes · 4 years, 10 months ago
  91. a04c107 Add support for multiple os types by Paul Duffin · 4 years, 10 months ago
  92. da3a071 Remove unused mips workarounds. by Elliott Hughes · 4 years, 10 months ago
  93. ca7f0ef Improve documentation of CompileMultiTargets and related properties by Paul Duffin · 4 years, 10 months ago
  94. 1356d8c Add CommonOS variant for sdk by Paul Duffin · 4 years, 10 months ago
  95. 3aff578 Simple refactoring of prefix related functions. by Jaewoong Jung · 4 years, 11 months ago
  96. eec88e1 Add vendor snapshot modules by Inseob Kim · 5 years ago
  97. 6bba644 Update NDK ABIs config away from armv5. by Dan Albert · 5 years ago
  98. a8c82cc Merge changes from topics "board_use_recovery_as_root_soong", "ramdisk" by Yifan Hong · 5 years ago
  99. b1d8c99 Pass desired size proptools.FilterPropertyStructSharded by Colin Cross · 5 years ago
  100. b4fecbf Do a better job removing tags from arch structs by Colin Cross · 5 years ago