1. 5219c0e Fix ndk and aml arch order by Inseob Kim · 4 years, 7 months ago
  2. 07538bb Merge "Use libabigail to track NDK ABIs." by Dan Albert · 4 years, 7 months ago
  3. 9abd62d Use maps in bazel *attribute types by Liz Kammer · 4 years, 8 months ago
  4. f1d14c7 Use libabigail to track NDK ABIs. by Dan Albert · 5 years ago
  5. c194ffb Make GetTargetProperties() aware of more complex targets, like 'android_arm', instead of just 'android'. by Rupert Shuttleworth · 4 years, 8 months ago
  6. 5f51839 Refactor GetTargetProperties(). by Lukacs T. Berki · 4 years, 8 months ago
  7. b6dbc87 Define a narrower context for getting arch props by Liz Kammer · 4 years, 8 months ago
  8. 598dd00 Refactor how bp2build gets arch-specific props. by Lukacs T. Berki · 4 years, 8 months ago
  9. cbaef6f Merge "Add debug ramdisk variant." by Treehugger Robot · 4 years, 9 months ago
  10. c424b76 Support multilib properties in bp2build by Chris Parsons · 4 years, 9 months ago
  11. 08758f0 Add debug ramdisk variant. by Inseob Kim · 4 years, 9 months ago
  12. 39e0314 Merge "Revert^3 "Add debug ramdisk variant"" by Treehugger Robot · 4 years, 9 months ago
  13. aeb6bad Revert^3 "Add debug ramdisk variant" by Inseob Kim · 4 years, 9 months ago
  14. 836a8f3 Revert^2 "Add debug ramdisk variant" by Florian Mayer · 4 years, 9 months ago
  15. 78ea2f5 Revert "Add debug ramdisk variant" by Bowgo Tsai · 4 years, 9 months ago
  16. 4562a3b Add bp2build arch-specific paths mutator by Liz Kammer · 4 years, 9 months ago
  17. 53932ec Merge "Fix discordance between marshall/unmarshall for ArchType" by Treehugger Robot · 4 years, 9 months ago
  18. f84e9c0 Add debug ramdisk variant by Inseob Kim · 4 years, 9 months ago
  19. bec4d03 Fix discordance between marshall/unmarshall for ArchType by Jeongik Cha · 4 years, 9 months ago
  20. 2f6a21e Export OsTypeList through a function. by Jingwen Chen · 4 years, 9 months ago
  21. 91220d7 Add os/target configurable selects for label list attributes. by Jingwen Chen · 4 years, 10 months ago
  22. 5d86449 bp2build: add configurable attribute (select) support. by Jingwen Chen · 4 years, 11 months ago
  23. 003d808 Remove ModuleBase.prefer32. by Jaewoong Jung · 4 years, 11 months ago
  24. 9448e8f Add first_perfer32 option to compile_multilib by Victor Chang · 5 years ago
  25. a175126 Merge "[arm64] Build NDK with PAuth and BTI" by Dan Albert · 5 years ago
  26. b7eab01 Merge "bp2build: convert paths/module refs to Bazel label" by Liz Kammer · 5 years ago
  27. 356f7d4 bp2build: convert paths/module refs to Bazel label by Liz Kammer · 5 years ago
  28. 20fb5d4 Allow common arch for recovery by Inseob Kim · 5 years ago
  29. bca786d [arm64] Build NDK with PAuth and BTI by Tamas Petz · 5 years ago
  30. 08117de Fix mismatch between cc and python for windows prefer32 by Colin Cross · 5 years ago
  31. c4d91bc Remove soong.config, FileConfigurableOptions, MegaDevice config. by Jingwen Chen · 5 years ago
  32. e9fe294 Annotate dependency tags for dependencies of installed files by Colin Cross · 5 years ago
  33. a684540 Add more comments to arch.go by Colin Cross · 5 years ago
  34. 08d6f8f Revert "Skip creating variants for disabled OSes" by Colin Cross · 5 years ago
  35. d976af0 Skip creating variants for disabled OSes by Colin Cross · 5 years ago
  36. 34037c6 Use bitfield for HostOrDeviceSupported by Colin Cross · 5 years ago
  37. b5ae193 Revert "Annotate dependency tags for dependencies of installed files" by Colin Cross · 5 years ago
  38. 62a0cfd Annotate dependency tags for dependencies of installed files by Colin Cross · 5 years ago
  39. 60e0cfb Add vendor-ramdisk image to Soong. by Yifan Hong · 5 years ago
  40. 9368834 Assume 32-bit ARM has Neon support in Mainline module SDKs. by Martin Stjernholm · 5 years ago
  41. c179ea6 Make java_binary common variant a dependency by Colin Cross · 5 years ago
  42. 4f6eebf Merge changes I0885e493,Ic37c8db9 by Treehugger Robot · 5 years ago
  43. 2210198 linux_bionic_arm64 is added when Host_bionic_arm64 is true by Jiyong Park · 5 years ago
  44. 1613e55 HostCross is an attribute of a Target, not OsType by Jiyong Park · 5 years ago
  45. e284b48 Extend target docs to cover (almost) all variants. by Martin Stjernholm · 5 years ago
  46. dba548a Merge "Introduce new Arm64 arch variant with dot product features" by Roland Levillain · 5 years ago
  47. f18c623 Merge "Add -D__ANDROID_NATIVE_BRIDGE__ to native_bridge targets" by Victor Khimenko · 5 years ago
  48. 1a31f80 Add -D__ANDROID_NATIVE_BRIDGE__ to native_bridge targets by Victor Khimenko · 5 years ago
  49. 5a1a88e Merge "LinuxBionic supports arm64" by Treehugger Robot · 5 years ago
  50. f793d7d Merge "Create os and arch variants for bootstrap Go modules" by Treehugger Robot · 5 years ago
  51. 617b88a Create os and arch variants for bootstrap Go modules by Colin Cross · 5 years ago
  52. 4afa2e2 LinuxBionic supports arm64 by Jiyong Park · 6 years ago
  53. 87788b5 Don't assume host arch is always x86 by Jiyong Park · 5 years ago
  54. d4bdabc Revert "Create os and arch variants for GoBinaryTool modules" by Colin Cross · 5 years ago
  55. 70b96b0 Introduce new Arm64 arch variant with dot product features by Raphael Gault · 6 years ago
  56. 1ec1255 Create os and arch variants for GoBinaryTool modules by Colin Cross · 5 years ago
  57. a82ad47 Merge "Remove TARGET_PREFER_32_BIT support." by Elliott Hughes · 6 years ago
  58. c26fcf4 Make it possible to specify separate rules for native_bridge case by Victor Khimenko · 6 years ago
  59. 79ae341 Remove TARGET_PREFER_32_BIT support. by Elliott Hughes · 6 years ago
  60. cc868de Merge "Remove unused mips workarounds." by Elliott Hughes · 6 years ago
  61. a04c107 Add support for multiple os types by Paul Duffin · 6 years ago
  62. da3a071 Remove unused mips workarounds. by Elliott Hughes · 6 years ago
  63. ca7f0ef Improve documentation of CompileMultiTargets and related properties by Paul Duffin · 6 years ago
  64. 1356d8c Add CommonOS variant for sdk by Paul Duffin · 6 years ago
  65. 3aff578 Simple refactoring of prefix related functions. by Jaewoong Jung · 6 years ago
  66. eec88e1 Add vendor snapshot modules by Inseob Kim · 6 years ago
  67. 6bba644 Update NDK ABIs config away from armv5. by Dan Albert · 6 years ago
  68. a8c82cc Merge changes from topics "board_use_recovery_as_root_soong", "ramdisk" by Yifan Hong · 6 years ago
  69. b1d8c99 Pass desired size proptools.FilterPropertyStructSharded by Colin Cross · 6 years ago
  70. b4fecbf Do a better job removing tags from arch structs by Colin Cross · 6 years ago
  71. 1b3348d Add ramdisk image. by Yifan Hong · 6 years ago
  72. cbbd13f Split the runtime arch property structs into 3 by Colin Cross · 6 years ago
  73. c1ecc43 Add script for building all target arch's needed in AML (Android Mainline) by Martin Stjernholm · 6 years ago
  74. 83bead4 Don't create native bridge variants of vendor modules by Colin Cross · 6 years ago
  75. fb0c16e Move imageMutator before archMutator by Colin Cross · 6 years ago
  76. a195f91 Split out osMutator from archMutator by Colin Cross · 6 years ago
  77. 0f7d2ef Add method to determine variations from a Target by Colin Cross · 6 years ago
  78. c6136c9 Merge "Remove old-style support for translated second architectures" by Treehugger Robot · 6 years ago
  79. 7444910 Move arch properties to proptools.FilterPropertyStruct by Colin Cross · 6 years ago
  80. 3b19f5d Remove old-style support for translated second architectures by Colin Cross · 6 years ago
  81. 402be41 Revert "Remove old-style support for translated second architectures" by Colin Cross · 6 years ago
  82. fe6330c Remove old-style support for translated second architectures by Colin Cross · 6 years ago
  83. 1ce9ac6 Add arch variant support to android_app_import. by Jaewoong Jung · 6 years ago
  84. 8d6dde8 Make relative path for native_bridge binaries configurable by dimitry · 7 years ago
  85. 02b2d4d Fix typos in a comment. by Jaewoong Jung · 7 years ago
  86. 4157e88 Rename ModuleBase receivers by Colin Cross · 7 years ago
  87. f5b635d Remove extra word in soong.android.archMutator's comment. by Roland Levillain · 7 years ago
  88. 628db6f Native bridge modules are not translated second archs by dimitry · 7 years ago
  89. 1f33e40 Add native_bridge target to Android.bp by dimitry · 7 years ago
  90. 87e7f2f Add stoney ridge x86 variant by Benjamin Gordon · 7 years ago
  91. 4a0459d Add AVX/AVX2 supported archs in build system by Shalini Salomi Bodapati · 7 years ago
  92. 8818f49 Revert "Remove armv7-a without neon support" by Dan Albert · 7 years ago
  93. 74ba962 Use ArchType in dexpreopt config by Colin Cross · 7 years ago
  94. 571cccf Prepare for a type-safe OnceKey by Colin Cross · 7 years ago
  95. a74ca04 Replace *[]string with []string in product variables by Colin Cross · 7 years ago
  96. cb98807 Optimize filterArchStruct when nothing is filtered by Colin Cross · 7 years ago
  97. f4e0601 Remove armv7-a without neon support by Dan Willemsen · 7 years ago
  98. 21b9427 Initial Fuchsia support. by Doug Horn · 7 years ago
  99. e46114c Move arch variants registering code to arch.go. by Jaewoong Jung · 7 years ago
  100. 01a3c25 Configure the default arch variant features per-OS by Dan Willemsen · 7 years ago