1. 87ff51d Automated NDK API coverage used by Mainline modules build integration. by sophiez · 4 years ago
  2. 55e8815 Automate NDK API coverage used by Mainline modules build integration by sophiez · 4 years, 1 month ago
  3. 8baa8b5 Merge "Automated NDK API coverage used by Mainline modules build integration." by Sophie Zheng · 4 years, 1 month ago
  4. 4396c01 Merge "Do not install init.rc for (vendor_)ramdisk variants." by Yifan Hong · 4 years, 1 month ago
  5. fe9e0c7 Merge "Rename __ANDROID_SDK_VERSION__." by Treehugger Robot · 4 years, 1 month ago
  6. 897a5ad Merge "Pass pctx and ctx to NewRuleBuilder" by Colin Cross · 4 years, 1 month ago
  7. 47f0e63 Merge "Add comments to cc/cc.go" by Christopher Parsons · 4 years, 1 month ago
  8. 8523735 Merge "Add 'append' command for conv_linker_config" by Orion Hodson · 4 years, 1 month ago
  9. 4ee686d Add 'append' command for conv_linker_config by Kiyoung Kim · 4 years, 1 month ago
  10. f202e4e Merge "Reduce default shard size." by Treehugger Robot · 4 years, 1 month ago
  11. c80a2b3 Automated NDK API coverage used by Mainline modules build integration. by sophiez · 4 years, 2 months ago
  12. c0a7b83 Merge "WriteFileRule: Chunk long content and merge them to result" by Treehugger Robot · 4 years, 1 month ago
  13. f47c90d Reduce default shard size. by Evgenii Stepanov · 4 years, 1 month ago
  14. 919dae1 Do not install init.rc for (vendor_)ramdisk variants. by Yifan Hong · 4 years, 1 month ago
  15. 97d85c8 Merge "Remove soong.config, FileConfigurableOptions, MegaDevice config." by Jingwen Chen · 4 years, 1 month ago
  16. 7ad1021 Merge "map list files must have newline characters" by Inseob Kim · 4 years, 1 month ago
  17. ef6e0cf Add comments to cc/cc.go by Chris Parsons · 4 years, 1 month ago
  18. b9e93f8 Merge "Improve commenting for cc/builer.go, and kill dead code" by Christopher Parsons · 4 years, 1 month ago
  19. 6a96b82 Merge "Improve comments in java/aapt2.go" by Jaewoong Jung · 4 years, 1 month ago
  20. 2b2bc8c Merge "Bolster comments in android/androidmk.go." by Jaewoong Jung · 4 years, 1 month ago
  21. d3f2bd7 WriteFileRule: Chunk long content and merge them to result by Hans Månsson · 4 years, 2 months ago
  22. 5918334 Merge "Add arch_variant support for diag" by Cindy Zhou · 4 years, 1 month ago
  23. b28bd8c Merge "Fix the instructions for regenerating .txt" by Treehugger Robot · 4 years, 1 month ago
  24. 5e5c48b Add support for skipping just kati by Anton Hansson · 4 years, 2 months ago
  25. d74b9c5 Merge "Minor cleanup of soong.go." by Treehugger Robot · 4 years, 1 month ago
  26. a4d314c Merge "Add java sdk library enforcement flag" by JaeMan Park · 4 years, 1 month ago
  27. d8c099e Merge "Minor cleanup of build.go." by Treehugger Robot · 4 years, 1 month ago
  28. f10995b Merge "Remove the arch-based filtering hack in packaging.go" by Jiyong Park · 4 years, 1 month ago
  29. b7d9710 Minor cleanup of soong.go. by Rupert Shuttleworth · 4 years, 2 months ago
  30. eeb5caa Minor cleanup of build.go. by Rupert Shuttleworth · 4 years, 2 months ago
  31. e76ec1c Merge "Generate system stub library list at build time" by Kiyoung Kim · 4 years, 1 month ago
  32. f1a035e Pass pctx and ctx to NewRuleBuilder by Colin Cross · 4 years, 2 months ago
  33. 33e1763 Merge "android_filesystem is installable" by Jiyong Park · 4 years, 1 month ago
  34. bf4f55f Improve commenting for cc/builer.go, and kill dead code by Chris Parsons · 4 years, 2 months ago
  35. 464e6c7 Merge "Add test suite handling to central androidmk code" by Treehugger Robot · 4 years, 1 month ago
  36. 96d0161 Fix the instructions for regenerating .txt by Neil Fuller · 4 years, 1 month ago
  37. 57f5b33 Add test suite handling to central androidmk code by Liz Kammer · 4 years, 2 months ago
  38. d3fe492 Add arch_variant support for diag by Cindy Zhou · 4 years, 2 months ago
  39. 65c49f5 android_filesystem is installable by Jiyong Park · 4 years, 2 months ago
  40. 7ef4a90 Bolster comments in android/androidmk.go. by Jaewoong Jung · 4 years, 2 months ago
  41. 882c042 Merge "Document more functions, minor cleanup" by Treehugger Robot · 4 years, 2 months ago
  42. 9c3f653 Merge "rust: Add support for multiple protos per module." by Ivan Lozano · 4 years, 2 months ago
  43. d630bdd Remove the arch-based filtering hack in packaging.go by Jiyong Park · 4 years, 2 months ago
  44. 0d18ef4 Merge changes from topic "soong-fixit-skavdrik" by Ulyana Trafimovich · 4 years, 2 months ago
  45. cc1157c Reformat comments in packaging.go by Jiyong Park · 4 years, 2 months ago
  46. 24dfc1f Generate system stub library list at build time by Kiyoung Kim · 4 years, 2 months ago
  47. 493e7ec Merge "Clients of PackagingBase can customize dependency tag to use" by Jiyong Park · 4 years, 2 months ago
  48. 65b6224 Clients of PackagingBase can customize dependency tag to use by Jiyong Park · 4 years, 2 months ago
  49. 93bfe6b Merge "Allow rust code in device/google/cuttlefish" by Treehugger Robot · 4 years, 2 months ago
  50. 6e25bb9 Merge "Soong: use deterministic temp dir names in sbox" by Treehugger Robot · 4 years, 2 months ago
  51. b19953d Rename __ANDROID_SDK_VERSION__. by Dan Albert · 4 years, 2 months ago
  52. 60d6d57 Improve comments in java/aapt2.go by Jaewoong Jung · 4 years, 2 months ago
  53. bd8b0d2 Merge "Add and update comments in ui/build/upload.go" by Treehugger Robot · 4 years, 2 months ago
  54. ff5c9fc Merge "Update comments in genrule.go." by Alex Humesky · 4 years, 2 months ago
  55. 2f53f61 Merge "droidstubs: Remove unnecessary setting of DistFiles" by Treehugger Robot · 4 years, 2 months ago
  56. fd9fdec Merge "Add 'lo-prio' tag to temp blocklist." by Treehugger Robot · 4 years, 2 months ago
  57. 29e3bbe Update comments in genrule.go. by Alex Humesky · 4 years, 2 months ago
  58. d8aed4b droidstubs: Remove unnecessary setting of DistFiles by Paul Duffin · 4 years, 2 months ago
  59. 1e53392 Document more functions, minor cleanup by Sasha Smundak · 4 years, 2 months ago
  60. fdea257 Merge "rust modules can be included in apex" by Jiyong Park · 4 years, 2 months ago
  61. 99644e9 rust modules can be included in apex by Jiyong Park · 4 years, 2 months ago
  62. 57f434e rust: Add support for multiple protos per module. by Ivan Lozano · 4 years, 3 months ago
  63. 8abcbdc Merge "java_sdk_library: Copy removed API specification file to dist" by Paul Duffin · 4 years, 2 months ago
  64. 11402ca Merge "Remove redundant setting of DistFiles by apexBundle" by Paul Duffin · 4 years, 2 months ago
  65. a67ff60 Merge "Remove redundant setting of DistFiles by java.Library" by Paul Duffin · 4 years, 2 months ago
  66. 5e95589 Merge "Generalize the handling of dist tags" by Paul Duffin · 4 years, 2 months ago
  67. 4326e0e Merge "Differentiate between no dist tag and an empty dist tag" by Paul Duffin · 4 years, 2 months ago
  68. 17a8cd9 Add 'lo-prio' tag to temp blocklist. by Mathew Inwood · 4 years, 2 months ago
  69. c9b71a4 Merge "Use 1.48.0 prebuilts" by Thiébaud Weksteen · 4 years, 2 months ago
  70. 3bfabf2 Documenting java/dexpreopt_bootjars.go by Ulya Trafimovich · 4 years, 2 months ago
  71. 480d174 Documenting dexpreopt/class_loader_context.go. by Ulya Trafimovich · 4 years, 2 months ago
  72. 040e906 java_sdk_library: Copy removed API specification file to dist by Paul Duffin · 4 years, 2 months ago
  73. 281bc00 Remove redundant setting of DistFiles by apexBundle by Paul Duffin · 4 years, 2 months ago
  74. 6206805 Remove redundant setting of DistFiles by java.Library by Paul Duffin · 4 years, 2 months ago
  75. af970a2 Generalize the handling of dist tags by Paul Duffin · 4 years, 2 months ago
  76. 74f0559 Differentiate between no dist tag and an empty dist tag by Paul Duffin · 4 years, 2 months ago
  77. 6226949 Improve test coverage of dist processing code by Paul Duffin · 4 years, 2 months ago
  78. 89968e3 Expand dist property checks to cover dists by Paul Duffin · 4 years, 2 months ago
  79. d83988d Remove duplicate tests from TestGetDistForGoals by Paul Duffin · 4 years, 2 months ago
  80. 8b0349c Separate dist processing from make specific output by Paul Duffin · 4 years, 2 months ago
  81. c6fe19d Use 1.48.0 prebuilts by Thiébaud Weksteen · 4 years, 2 months ago
  82. 3e96141 Merge "Extract method to process bp file for androidmk_test.go" by Paul Duffin · 4 years, 2 months ago
  83. 7a44479 map list files must have newline characters by Justin Yun · 4 years, 2 months ago
  84. af07f73 Merge "Assume any <uses-library> is shared, add only toplevel ones to manifest." by Ulyana Trafimovich · 4 years, 2 months ago
  85. 103aaae Extract method to process bp file for androidmk_test.go by Paul Duffin · 4 years, 2 months ago
  86. 9c4c534 Merge "Documenting apex/builer.go" by Treehugger Robot · 4 years, 2 months ago
  87. b73daa5 Soong: use deterministic temp dir names in sbox by Ulf Adams · 4 years, 2 months ago
  88. d35d92a Merge "Improve TestGetDistForGoals debuggability" by Paul Duffin · 4 years, 2 months ago
  89. 463ab7a Merge "Ignore variant dependencies in rust-project.json" by Thiébaud Weksteen · 4 years, 2 months ago
  90. 4e5fc3b Allow rust code in device/google/cuttlefish by A. Cody Schuffelen · 4 years, 2 months ago
  91. 5bbec1a Merge "Remove hardlink optmization in sbox" by Treehugger Robot · 4 years, 2 months ago
  92. 0fd0e95 Merge "Refactor rust to use AndroidMkEntries" by Liz Kammer · 4 years, 2 months ago
  93. c55dcfc Merge "Refactor python to use AndroidMkEntries." by Liz Kammer · 4 years, 2 months ago
  94. 6953ade Merge "Convert csuite config to use AndroidMkEntries" by Liz Kammer · 4 years, 2 months ago
  95. aa8ac24 Merge "Soong: add -T to nanopb call to suppress timestamp" by Treehugger Robot · 4 years, 2 months ago
  96. 82fd89b Soong: add -T to nanopb call to suppress timestamp by Ulf Adams · 4 years, 2 months ago
  97. b0ce575 Merge "Use a unique depfile for each gensrcs command" by Colin Cross · 4 years, 2 months ago
  98. d03797e Remove hardlink optmization in sbox by Colin Cross · 4 years, 2 months ago
  99. 0cc047a Improve TestGetDistForGoals debuggability by Paul Duffin · 4 years, 2 months ago
  100. 3c5905b Ignore variant dependencies in rust-project.json by Thiébaud Weksteen · 4 years, 2 months ago