1. c7c4746 Add buildinfo_prop module by Inseob Kim · 2 years, 8 months ago
  2. 5b588dd Tweak linux_glibc properties for musl builds in build/soong by Colin Cross · 2 years, 9 months ago
  3. ca2ed38 Adds min_sdk_version to device_kernel_headers headers lib. by Daniel Norman · 2 years, 10 months ago
  4. 718eb27 Delete toolchain_library by Liz Kammer · 3 years ago
  5. 0a0a2fb Add a build-time check for dexpreopting system server jars. by Jiakai Zhang · 3 years, 3 months ago
  6. 9fe1410 Add android_sdk_repo_host to build platform-tools&build-tools by Dan Willemsen · 3 years, 6 months ago
  7. 2558ce3 [scripts] Add script to print clang prebuilts version by Pirama Arumuga Nainar · 3 years, 6 months ago
  8. 9cfe611 Use a linker script for host bionic embedded linker sections by Colin Cross · 3 years, 7 months ago
  9. c2018e2 Remove libgcc toolchain libs for Android by Ryan Prichard · 3 years, 9 months ago
  10. 02040de Add LOCAL_LICENSE_KINDS to build/soong by Bob Badour · 3 years, 11 months ago
  11. 1ab6186 Switch dex_bootjars to a singleton module by Paul Duffin · 4 years ago
  12. 99644e9 rust modules can be included in apex by Jiyong Park · 4 years, 1 month ago
  13. 63e9ec7 Define product_available property by Justin Yun · 4 years, 2 months ago
  14. 02e7dec Make vendor_ramdisk_available. by Yifan Hong · 4 years, 2 months ago
  15. 5e291c2 Fix bpfmt issues and add bpfmt to preupload checks by Thiébaud Weksteen · 4 years, 6 months ago
  16. 4b79e98 Soong package structure refactoring by Jaewoong Jung · 4 years, 7 months ago
  17. 309b1c0 Add support for remote-execution / caching of signapk actions by Kousik Kumar · 4 years, 7 months ago
  18. 849f844 Generate combined deps-info for all updatable modules. by Artur Satayev · 4 years, 8 months ago
  19. a0cd8f9 Add gcov coverage support to Rust modules. by Ivan Lozano · 4 years, 9 months ago
  20. 1dcc27e Refactor RBE support for Javac/R8/D8 to use the remoteexec package. by Ramy Medhat · 4 years, 8 months ago
  21. 96447be Merge "Disable ARM32 libgcc" by Yi Kong · 4 years, 8 months ago
  22. 14b65d1 Disable ARM32 libgcc by Yi Kong · 4 years, 9 months ago
  23. 9a90fe5 Allow remote execution of link actions. by Ramy Medhat · 4 years, 9 months ago
  24. c511bc5 Revert^2 "Add sdk mutator for native modules" by Colin Cross · 4 years, 9 months ago
  25. f8e8022 Revert "Add sdk mutator for native modules" by Colin Cross · 4 years, 9 months ago
  26. 82e192c Add sdk mutator for native modules by Colin Cross · 4 years, 10 months ago
  27. da3a071 Remove unused mips workarounds. by Elliott Hughes · 4 years, 10 months ago
  28. 9403e4b Merge "Collect metrics from inside soong_build" by Colin Cross · 4 years, 10 months ago
  29. b72c909 Collect metrics from inside soong_build by Colin Cross · 4 years, 11 months ago
  30. 047fdca Fix issues with bp transformation by Paul Duffin · 4 years, 10 months ago
  31. 1c6c1c7 Separate cc_library_headers to its own file and add tests by Paul Duffin · 4 years, 10 months ago
  32. 25ce04b Add support for cc_binary in module_exports by Paul Duffin · 5 years ago
  33. 8107b85 Remove execute-only support. by Ivan Lozano · 4 years, 11 months ago
  34. 8471cda Implement vendor snapshot by Inseob Kim · 5 years ago
  35. b7ec426 Merge "Simplify vendor conditionals" by Colin Cross · 5 years ago
  36. 9d34f35 Simplify vendor conditionals by Colin Cross · 5 years ago
  37. a8c82cc Merge changes from topics "board_use_recovery_as_root_soong", "ramdisk" by Yifan Hong · 5 years ago
  38. a57af4a Revert "Revert "apex_vndk uses vendor variants only"" by Jooyung Han · 5 years ago
  39. 5df3b11 Revert "apex_vndk uses vendor variants only" by Jooyung Han · 5 years ago
  40. 559ad01 apex_vndk uses vendor variants only by Jooyung Han · 5 years ago
  41. 50b3665 libatomic / libgcc_stripped: ramdisk_available by Yifan Hong · 5 years ago
  42. d2f8df4 Merge "build: Link the unwinder dynamically into platform and vendor binaries." by Peter Collingbourne · 5 years ago
  43. 988414c Sandbox soong_build by changing to root directory by Colin Cross · 5 years ago
  44. e5ba286 build: Link the unwinder dynamically into platform and vendor binaries. by Peter Collingbourne · 5 years ago
  45. 47e4f9e Revert "Sandbox soong_build by changing to root directory" by Colin Cross · 5 years ago
  46. 05c25cc Sandbox soong_build by changing to root directory by Colin Cross · 5 years ago
  47. 28aa544 Merge "Added module_exports/_snapshot as alias for sdk/_snapshot" by Paul Duffin · 5 years ago
  48. 8150da6 Added module_exports/_snapshot as alias for sdk/_snapshot by Paul Duffin · 5 years ago
  49. 5a5cce6 AIDEGen: collect cc_srcs and cc related flags in module_bp_cc_deps.json by bralee · 5 years ago
  50. ac1e986 Create public stub for platform's sysprop_library by Inseob Kim · 5 years ago
  51. 738bff9 Merge "Add x86 device output for Rust" by Chih-hung Hsieh · 5 years ago
  52. 2f6bc09 Separate sdk membership support out of cc/library.go by Paul Duffin · 5 years ago
  53. 1f202e9 Add x86 device output for Rust by Chih-Hung Hsieh · 5 years ago
  54. a80fdec Extract the cc and java sdk related tests out into their own file by Paul Duffin · 5 years ago
  55. 82d9043 Separate sdk testing infrastructure from sdk tests by Paul Duffin · 5 years ago
  56. b645ec8 Add model to represent generated snapshot .bp file by Paul Duffin · 5 years ago
  57. 09ef474 Merge changes I0dcc9c7b,I9bc40642 by Colin Cross · 5 years ago
  58. 7228ecd Move cc.imageMutator into the android package by Colin Cross · 5 years ago
  59. 09d7752 split apex.go by Jiyong Park · 5 years ago
  60. 950e0ba Expand ClangExtraExternalCflags to non-Google vendor projects by Yi Kong · 5 years ago
  61. a5f22ed Add rust_test and rust_test_host. by Chih-Hung Hsieh · 5 years ago
  62. 183a321 Add a common interface for cc linkable libraries. by Ivan Lozano · 5 years ago
  63. 00ae8b3 Merge "Repack libgcc.a to only include required objects" by Yi Kong · 5 years ago
  64. c49c393 Repack libgcc.a to only include required objects by Yi Kong · 5 years ago
  65. 1fd602c Merge "Add Rust darwin host support." by Treehugger Robot · 5 years ago
  66. 1c2ff86 Add Rust darwin host support. by Ivan Lozano · 5 years ago
  67. 8141c87 Merge "Add tradefed_java_library_host" by Treehugger Robot · 5 years ago
  68. 760d3d3 Merge "Create C-Suite config module" by Treehugger Robot · 5 years ago
  69. f0f2e2c Add tradefed_java_library_host by Colin Cross · 5 years ago
  70. c031819 Create C-Suite config module by karenluo · 5 years ago
  71. 9b409bc Create scripts to update and freeze a module SDK by Jiyong Park · 5 years ago
  72. 4d33666 Creation of C Flags Build Variables by Jesse Pai · 5 years ago
  73. 0a2f719 Move sharding functions for reuse by Colin Cross · 5 years ago
  74. e91823e Add ARM32 device Rust toolchain. by Ivan Lozano · 5 years ago
  75. f1c8433 Add AArch64 device Rust toolchain. by Ivan Lozano · 5 years ago
  76. b1102ba Merge "Introduce module type 'sdk'" by Treehugger Robot · 5 years ago
  77. d1063c1 Introduce module type 'sdk' by Jiyong Park · 5 years ago
  78. e169ad7 Add OWNERS for Rust whitelist. by Ivan Lozano · 5 years ago
  79. 022a73b Move splitFileExt to the android package. by Ivan Lozano · 5 years ago
  80. a0119f8 Create libgcc_stripped with llvm-objcopy by Yi Kong · 5 years ago
  81. ffee334 Add Rust support to Soong. by Ivan Lozano · 5 years ago
  82. 74c9bba Allow linker scripts when building objects. by Pete Bentley · 5 years ago
  83. db25ac0 Create a module that extracts and installs compat_config. by atrost · 5 years ago
  84. 178f8fb Merge "Add the cc_fuzz target." by Treehugger Robot · 5 years ago
  85. da9a463 Add the cc_fuzz target. by Mitch Phillips · 5 years ago
  86. 12df5fb soong: Fix AndroidMk with *Required properties by Jooyung Han · 5 years ago
  87. e2453c7 Allow default visibility to be set per package by Paul Duffin · 6 years ago
  88. 5b425e2 Optionally embed NOTICE files in apks. by Jaewoong Jung · 6 years ago
  89. 9a642dc Support sharding robolectric tests by Colin Cross · 6 years ago
  90. dc35e21 Consolidate *MutatorContext and ModuleContext into BaseModuleContext by Colin Cross · 6 years ago
  91. 2ffb9a8 Share buildDir for android/soong/android tests by Colin Cross · 6 years ago
  92. 41955e8 Support tagged module references by Colin Cross · 6 years ago
  93. 33b2fb7 Support using cc_prebuilt_library_shared with cc_library by Colin Cross · 6 years ago
  94. d61df50 Make device_kernel_headers available to recovery and vendor by Hridya Valsaraju · 6 years ago
  95. 0e55ba6 Mark libgcc_stripped native_bridge_supported by dimitry · 6 years ago
  96. ec89e4c Merge "Add native_bridge target to Android.bp" by Treehugger Robot · 6 years ago
  97. 1f33e40 Add native_bridge target to Android.bp by dimitry · 6 years ago
  98. 940ef9b Merge "Strip libgcc to only keep fallback symbols" by Yi Kong · 6 years ago
  99. 0ef0816 Support robolectric_test by Colin Cross · 6 years ago
  100. acee27c Strip libgcc to only keep fallback symbols by Yi Kong · 6 years ago