1. 8a49816 Unravel much of the bp2build denylist. by Chris Parsons · 4 years, 4 months ago
  2. a3ee4aa Merge "Fix prebuilt selection logic for cc_prebuilt_library_headers." by Martin Stjernholm · 4 years, 3 months ago
  3. fe87cce Merge "Add //build/bazel/examples/soong_config_variables/... to bp2build allowlist." by Treehugger Robot · 4 years, 3 months ago
  4. 8a0dd02 Merge changes Iecf7edd6,Iaca5cf23,I01d57919 by Treehugger Robot · 4 years, 3 months ago
  5. b3a4ff4 Merge "Change type of Unbundled_build_apps from bool to []string" by Cole Faust · 4 years, 3 months ago
  6. e65c3ae Fix prebuilt selection logic for cc_prebuilt_library_headers. by Martin Stjernholm · 4 years, 3 months ago
  7. c362142 Perform validation of shared library attributes by Pedro Loureiro · 4 years, 5 months ago
  8. 8c64fa9 Merge "Minor refactoring of Append/PrependProperties() methods Test: `m nothing` and compare ninja file Bug: n/a" by Usta Shrestha · 4 years, 3 months ago
  9. 0a9d09f Add //build/bazel/examples/soong_config_variables/... to bp2build allowlist. by Jingwen Chen · 4 years, 3 months ago
  10. 4ad40d9 Add a mutex for soong config var map writes. by Jingwen Chen · 4 years, 3 months ago
  11. 701ca25 Change type of Unbundled_build_apps from bool to []string by Cole Faust · 4 years, 3 months ago
  12. ef3676c Minor refactoring of Append/PrependProperties() methods by Usta · 4 years, 3 months ago
  13. d43d4a4 Temporarily disable //system/apex from bp2build due to flaky failures. by Jingwen Chen · 4 years, 3 months ago
  14. 0181202 Add support for writing all Soong config variables into @soong_injection. by Jingwen Chen · 4 years, 4 months ago
  15. 58ff680 Fix bp2build select generation for inter-attribute soong config variable usage. by Jingwen Chen · 4 years, 4 months ago
  16. 228ef1e Allowlist //system/apex. by Jingwen Chen · 4 years, 4 months ago
  17. 84817de Add support for merging defaults soong_config_module_types into bp2build by Jingwen Chen · 4 years, 4 months ago
  18. 4f71e12 Set min_sdk_version (packages/modules/adb) by Jooyung Han · 4 years, 3 months ago
  19. ac69c23 Merge "Revert^2 "Add seapp_contexts to allowlist of makefile goal"" by Yuntao Xu · 4 years, 4 months ago
  20. feb0756 Revert^2 "Add seapp_contexts to allowlist of makefile goal" by Yuntao Xu · 4 years, 4 months ago
  21. e87a816 Revert "Add seapp_contexts to allowlist of makefile goal" by Vova Sharaienko · 4 years, 4 months ago
  22. 50ed1f9 Install android_app_set modules in Soong by Colin Cross · 4 years, 4 months ago
  23. c319299 Quote aquery commands. by Liz Kammer · 4 years, 4 months ago
  24. 455ba83 Fix the output handling of Bazel aquery for py_binary targets so soong's python_binary_host modules can be converted to py_binary and built with Bazel dependent targets in mixed build. by Wei Li · 4 years, 4 months ago
  25. 59a5cb0 Merge "Refactor ProductConfigProperties to use a struct key instead of an string key with hardcoded patterns." by Treehugger Robot · 4 years, 4 months ago
  26. 25825ca Refactor ProductConfigProperties to use a struct key instead of an by Jingwen Chen · 4 years, 4 months ago
  27. 3e1bc6c Merge "Use new soong_cc_rust_prebuilt.mk" by Ivan Lozano · 4 years, 4 months ago
  28. c0d9f8b Merge "Allow libbuildversion to build with Bazel, but skip its 'tests' subdir for now." by Rupert Shuttleworth · 4 years, 4 months ago
  29. d06cc74 Use new soong_cc_rust_prebuilt.mk by Ivan Lozano · 4 years, 4 months ago
  30. b5399c8 Add .PHONY for dist-for-goals targets by Colin Cross · 4 years, 4 months ago
  31. 393002a Remove modules from denylist after host C++ support by Chris Parsons · 4 years, 4 months ago
  32. 494eef3 Support host platform cc builds by Chris Parsons · 4 years, 4 months ago
  33. 02ce1e7 Merge changes Ib3f4ee14,Iac22c9fd,Ibd78758c,I40d8696c,I2a2b10e4, ... by Colin Cross · 4 years, 4 months ago
  34. 8a709b1 Merge changes from topic "soong-java-install" by Treehugger Robot · 4 years, 4 months ago
  35. 2ac9c48 Allow libbuildversion to build with Bazel, but skip its 'tests' subdir for now. by Rupert Shuttleworth · 4 years, 4 months ago
  36. 64002af Fix InstallBypassMake symlink dependencies by Colin Cross · 4 years, 4 months ago
  37. 6ac9576 Add tests for ctx.InstallFile by Colin Cross · 4 years, 4 months ago
  38. 7b6a55f Fix OutDir vs SoongOutDir in tests by Colin Cross · 4 years, 4 months ago
  39. d642113 Add missing os.MkdirAll to WriteFileToOutputDir by Colin Cross · 4 years, 4 months ago
  40. 836e387 Use pathtools.WriteFileIfChanged in translateAndroidMk by Colin Cross · 4 years, 4 months ago
  41. 8c10020 Merge "bp2build: add support for soong_config_module_type." by Jingwen Chen · 4 years, 4 months ago
  42. a47f28d bp2build: add support for soong_config_module_type. by Jingwen Chen · 4 years, 4 months ago
  43. c899d78 Revert "Temporarily add method to get java binary tool" by Colin Cross · 4 years, 4 months ago
  44. 24cc4be6 Move java module installation into Soong by Colin Cross · 4 years, 4 months ago
  45. 1d0eb7a Fix ctx.InstallFile calls for java modules by Colin Cross · 4 years, 4 months ago
  46. ae5330a Make HostJavaToolPath use pathForInstall by Colin Cross · 4 years, 4 months ago
  47. a92d10b Add seapp_contexts to allowlist of makefile goal by Inseob Kim · 4 years, 4 months ago
  48. acfcc1f Move cc module installation into Soong by Colin Cross · 4 years, 4 months ago
  49. 3e3eda6 Temporarily add method to get java binary tool by Colin Cross · 4 years, 4 months ago
  50. c37663a Merge "Convert .meta_lic files to textproto" by Treehugger Robot · 4 years, 4 months ago
  51. a3bd963 Merge changes Id11f4fb1,Id573d970,Ia94a0b5c by Treehugger Robot · 4 years, 4 months ago
  52. 8380ee6 Merge "Use module-lib system modules when building from prebuilts" by Paul Duffin · 4 years, 4 months ago
  53. 5506c16 Merge "Update bp2build denylist cause" by Liz Kammer · 4 years, 4 months ago
  54. c989eaf Keep the following targets disabled in mixed build since there are errors in mixed_droid CI after go/oag/1861755 is submitted. by Wei Li · 4 years, 4 months ago
  55. b84b8c9 Update bp2build denylist cause by Liz Kammer · 4 years, 4 months ago
  56. 664a4fd Fix python_binary_host module in mixed build. by Wei Li · 4 years, 5 months ago
  57. 55bc820 bp2build: split Bazel conversion context into smaller ones, by Jingwen Chen · 4 years, 4 months ago
  58. 80b6b64 Add an error check in `bazelPackage` for malformed labels. by Jingwen Chen · 4 years, 4 months ago
  59. 34c7832 Convert .meta_lic files to textproto by Colin Cross · 4 years, 5 months ago
  60. 8528f4e Add Darwin+Arm64 toolchain support by Dan Willemsen · 4 years, 5 months ago
  61. 1caea35 Merge "Export Soong install rules to Make" by Colin Cross · 4 years, 4 months ago
  62. 004547f Use module-lib system modules when building from prebuilts by Paul Duffin · 4 years, 4 months ago
  63. 91eaa63 Merge changes I04f2f558,Ie16a6264,I83a3be9f,Icb3eeef3 by Colin Cross · 4 years, 4 months ago
  64. 7b2239f Merge "Add -{checkbuild,tidy} targets only for modules in mm" by Chih-hung Hsieh · 4 years, 4 months ago
  65. a3d135b Add -{checkbuild,tidy} targets only for modules in mm by Chih-Hung Hsieh · 4 years, 5 months ago
  66. 6301c3c Export Soong install rules to Make by Colin Cross · 4 years, 5 months ago
  67. f1f763a Rename amod variable in AndroidMkEntries.fillInEntries to base by Colin Cross · 4 years, 5 months ago
  68. 790ef35 Make HostToolPath, HostJNIToolPath and sboxPathForToolRel use pathForInstall by Colin Cross · 4 years, 4 months ago
  69. a44551f Add PathForGoBinary by Colin Cross · 4 years, 4 months ago
  70. b1692a3 Remove PathForOutput from InstallPathToOnDevicePath by Colin Cross · 4 years, 4 months ago
  71. 12e311d Add tests for prebuilts of all API surfaces by Paul Duffin · 4 years, 4 months ago
  72. c9e85ca Merge "Make a pass over our codebase cleaning up non-precise / non-inclusive language." by Treehugger Robot · 4 years, 4 months ago
  73. b4638c1 Make a pass over our codebase cleaning up non-precise / non-inclusive language. by Joe Onorato · 4 years, 4 months ago
  74. 4dceb37 Merge "Do not add .tidy files as RBE link inputs" by Chih-hung Hsieh · 4 years, 4 months ago
  75. 34d60d6 Remove vestigial GetPrebuiltCcStaticLibraryFiles by Alex Márquez Pérez Muñíz Díaz Púras Thaureaux · 4 years, 5 months ago
  76. 3bb934f Do not add .tidy files as RBE link inputs by Chih-Hung Hsieh · 4 years, 4 months ago
  77. d163d4d Add the device config GenerateAidlNdkPlatformBackend by Jiyong Park · 4 years, 5 months ago
  78. 2dafba7 Merge "bp2build: Add support for cc_binary." by Liz Kammer · 4 years, 5 months ago
  79. 787fb36 Add OS to configuration key in mixed builds by Chris Parsons · 4 years, 5 months ago
  80. 2b8004b bp2build: Add support for cc_binary. by Liz Kammer · 4 years, 5 months ago
  81. 2a109db Merge "Reduce modules exposed to Make in Mac builds" by Dan Willemsen · 4 years, 5 months ago
  82. 503f65d Merge "Add tests for defaults used in conditions_default" by Liz Kammer · 4 years, 5 months ago
  83. def7b5d Reduce modules exposed to Make in Mac builds by Dan Willemsen · 4 years, 5 months ago
  84. bdce0df Add tests for defaults used in conditions_default by Liz Kammer · 4 years, 5 months ago
  85. df27b7a Denylist genrules that create the same file in the same package. by Jingwen Chen · 4 years, 5 months ago
  86. adf2b3e Merge "Add android_sdk_repo_host to build platform-tools&build-tools" by Treehugger Robot · 4 years, 5 months ago
  87. 2fc3489 Add missing directories to bp2build. by Liz Kammer · 4 years, 5 months ago
  88. 1eda2bd Merge "Support 64-bit arm_on_x86_64" by Lev Rumyantsev · 4 years, 5 months ago
  89. 3458121 Support 64-bit arm_on_x86_64 by Lev Rumyantsev · 4 years, 5 months ago
  90. fdd72e6 bp2build: Add special arch-variant targets. by Liz Kammer · 4 years, 5 months ago
  91. 9fe1410 Add android_sdk_repo_host to build platform-tools&build-tools by Dan Willemsen · 4 years, 8 months ago
  92. 8cdd6f0 Merge "Restrict mixed build cquery to deps of depth 2." by Liz Kammer · 4 years, 5 months ago
  93. 800112b Merge "Merge Android 12" by Xin Li · 4 years, 5 months ago
  94. 8f22274 Stop relying on target.kind in mixed builds. by Jingwen Chen · 4 years, 5 months ago
  95. c19d5cd Restrict mixed build cquery to deps of depth 2. by Liz Kammer · 4 years, 5 months ago
  96. f5a385f Merge "Remove more out-of-date items from denylist" am: b19d4cda2e by Christopher Parsons · 4 years, 5 months ago
  97. b19d4cd Merge "Remove more out-of-date items from denylist" by Christopher Parsons · 4 years, 5 months ago
  98. 3e745e6 Merge "Bp2Build common properties auto-handling" am: d905146590 by Treehugger Robot · 4 years, 5 months ago
  99. d905146 Merge "Bp2Build common properties auto-handling" by Treehugger Robot · 4 years, 5 months ago
  100. 70e2b79 Merge "Make RuleBuilder fail fast when passed a nil Path" am: b5e3a79358 by Treehugger Robot · 4 years, 5 months ago