1. 7e11eb8 Add integration tests for --config=bp2build with $OUT_DIR not named 'out'. by Jingwen Chen · 3 years, 3 months ago
  2. ab558d9 Merge "Revert "Revert "run bp2build in mixed_mode_test.sh""" by Sam Delmerico · 3 years, 3 months ago
  3. 73d6bcc Revert "Revert "run bp2build in mixed_mode_test.sh"" by Sam Delmerico · 3 years, 4 months ago
  4. 0d08b9b document workaround test_bp2build_generates_all_buildfiles by Sam Delmerico · 3 years, 4 months ago
  5. 8bea267 Implement bp2build for the `package` module by Sasha Smundak · 3 years, 5 months ago
  6. a2595a9 Merge "Allowlist Kotlin-related libraries." by Romain Jobredeaux · 3 years, 4 months ago
  7. 0dfe8d3 Allowlist Kotlin-related libraries. by Romain Jobredeaux · 3 years, 4 months ago
  8. 60d8840 Update tests to use --config=android. by Jingwen Chen · 3 years, 4 months ago
  9. f837a93 Merge "Revert "add bp2build unit tests for aidl_interface"" by Treehugger Robot · 3 years, 4 months ago
  10. b28effa Merge "improve error message when soong test fails early" by Treehugger Robot · 3 years, 4 months ago
  11. 105a704 Revert "add bp2build unit tests for aidl_interface" by Sam Delmerico · 3 years, 4 months ago
  12. b6d1b03 improve error message when soong test fails early by Sam Delmerico · 3 years, 5 months ago
  13. 1fa2672 add bp2build unit tests for aidl_interface by Sam Delmerico · 3 years, 7 months ago
  14. 970b96d set USE_RBE=false in Soong integration tests by Sam Delmerico · 3 years, 5 months ago
  15. 82799f2 Add build/bazel_common_rules to mock bazel directories. by Yifan Hong · 3 years, 6 months ago
  16. 26f0b21 Rewrite apex_diff_test as regular soong integration tests. by Jingwen Chen · 3 years, 7 months ago
  17. 2c9a5e3 Shellcheck warnings addressed by Usta Shrestha · 3 years, 7 months ago
  18. d4b1dc8 bp2build: add support for planting unresolved symlinks in the symlink forest. by Jingwen Chen · 3 years, 8 months ago
  19. e3487c8 Add a test for correctness of C++ compilation. by Lukacs T. Berki · 3 years, 8 months ago
  20. d9932ad Always build mk2rbc/rbcrun by Cole Faust · 3 years, 10 months ago
  21. 0940b89 Handle arch/cpu variants in mixed builds by Liz Kammer · 3 years, 10 months ago
  22. 21be0e2 Add tests for converting license in androidmk by Yuntao Xu · 4 years, 2 months ago
  23. fbfd400 Rename rbc_product_config.sh to rbc_regression_test.sh by Cole Faust · 4 years, 2 months ago
  24. ba6d4ac Fix test to use --experimental_platform_in_output_dir. by Jingwen Chen · 4 years, 2 months ago
  25. 10bcb4c Add rbc product config checks to run_integration_tests.sh by Cole Faust · 4 years, 2 months ago
  26. 90b4334 Remove the out/soong/.bootstrap directory. by Lukacs T. Berki · 4 years, 2 months ago
  27. 34d60c9 Use --skip-config --soong-only instead of --skip-make by Colin Cross · 4 years, 2 months ago
  28. 3c5083c Revert "Fix test to use --experimental_platform_in_output_dir." by Jingwen Chen · 4 years, 3 months ago
  29. c6ef451 Fix test to use --experimental_platform_in_output_dir. by Jingwen Chen · 4 years, 3 months ago
  30. c6012f3 Invoke soong_docs from the bootstrap Ninja file. by Lukacs T. Berki · 4 years, 4 months ago
  31. 3a82169 Invoke queryview from the bootstrap Ninja file. by Lukacs T. Berki · 4 years, 4 months ago
  32. a1b9372 Make running soong_build in alternate modes nicer. by Lukacs T. Berki · 4 years, 4 months ago
  33. a806e41 Remove bootstrap_go_binary . by Lukacs T. Berki · 4 years, 4 months ago
  34. e571dc3 Print the JSON module graph correctly. by Lukacs T. Berki · 4 years, 5 months ago
  35. 1a86bd2 Use combined.ninja for soong_docs null build test. by Lukacs T. Berki · 4 years, 5 months ago
  36. 56ebaf3 Separate the files of bp2build and soong_build. by Lukacs T. Berki · 4 years, 5 months ago
  37. f798d5d Merge "Generate build-globs.ninja when running bp2build." by Jingwen Chen · 4 years, 5 months ago
  38. 53dfa40 Generate build-globs.ninja when running bp2build. by Jingwen Chen · 4 years, 5 months ago
  39. 755ceb0 Ensure directories in the Soong output dir have appropriate permissions, so that 'm clean' works. by Rupert Shuttleworth · 4 years, 5 months ago
  40. 9163225 Allow //external/bazel-skylib to use existing BUILD files by Jingwen Chen · 4 years, 5 months ago
  41. 4591b64 Upgrade to golang protobuf api v2 by Dan Willemsen · 4 years, 8 months ago
  42. 0506361 Add errorHints to stdout when read-only file system errors are detected by Spandan Das · 4 years, 7 months ago
  43. 8c52358 Fix OUT_DIR lookup in mixed builds. by Jingwen Chen · 4 years, 7 months ago
  44. 4fabaf5 bp2build/b: exit early in GENERATE_BAZEL_FILES=1. by Jingwen Chen · 4 years, 8 months ago
  45. 50d6017 Merge "Dump bazel product config in Soong" by Liz Kammer · 4 years, 8 months ago
  46. 09f947d Dump bazel product config in Soong by Liz Kammer · 4 years, 8 months ago
  47. 413a7a9 Have bp2build generate BUILD.bazel instead of generating BUILD. by Rupert Shuttleworth · 4 years, 8 months ago
  48. 4949557 Merge "Generate BUILD files for every directory that has an Android.bp file." by Rupert Shuttleworth · 4 years, 9 months ago
  49. 6b3fb3a Merge "Reenable test_glob_noop_incremental." by Lukács T. Berki · 4 years, 9 months ago
  50. 2a4fc3e Generate BUILD files for every directory that has an Android.bp file. by Rupert Shuttleworth · 4 years, 9 months ago
  51. b21166e Make symlink_forest.go prefer generated files. by Lukacs T. Berki · 4 years, 9 months ago
  52. 69ed2a2 Reenable test_glob_noop_incremental. by Lukacs T. Berki · 4 years, 9 months ago
  53. 4e78814 Merge "Subsume INTEGRATED_BP2BUILD into other env modes" by Christopher Parsons · 4 years, 9 months ago
  54. ec1a3dc Subsume INTEGRATED_BP2BUILD into other env modes by Chris Parsons · 4 years, 9 months ago
  55. 14d0901 Merge "Update for sharded globs" by Colin Cross · 4 years, 9 months ago
  56. 3784448 Merge "Create a synthetic Bazel workspace." by Lukács T. Berki · 4 years, 9 months ago
  57. b353cca Create a synthetic Bazel workspace. by Lukacs T. Berki · 4 years, 9 months ago
  58. 731bb91 Propagate errors from integration tests scripts. by Lukacs T. Berki · 4 years, 9 months ago
  59. 7d9d240 Merge "Fix test_glob_noop_incremental" by Colin Cross · 4 years, 9 months ago
  60. b72877f Fix test_glob_noop_incremental by Colin Cross · 4 years, 9 months ago
  61. 86b3802 Merge "Colorize the name of the test to be run." by Lukács T. Berki · 4 years, 9 months ago
  62. cb33a00 Update for sharded globs by Colin Cross · 4 years, 9 months ago
  63. 9e7cea2 Merge "Add test for globs on noop incremental builds" by Colin Cross · 4 years, 9 months ago
  64. 7a51907 Colorize the name of the test to be run. by Lukacs T. Berki · 4 years, 9 months ago
  65. d518e1a Make bp2build be more correct. by Lukacs T. Berki · 4 years, 9 months ago
  66. 3d76d5d Merge "Allow running bp2build as part of a regular build." by Lukács T. Berki · 4 years, 9 months ago
  67. 686965b Speed up Soong integration tests. by Lukacs T. Berki · 4 years, 9 months ago
  68. f8e2428 Allow running bp2build as part of a regular build. by Lukacs T. Berki · 4 years, 9 months ago
  69. b448c34 Make integration tests clean up after themselves. by Lukacs T. Berki · 4 years, 9 months ago
  70. 1042595 Add test for globs on noop incremental builds by Colin Cross · 4 years, 9 months ago
  71. c02504e Add test for globs used during bootstrapping by Colin Cross · 4 years, 9 months ago
  72. 3b730c4 Organize Soong's integration tests: by Lukacs T. Berki · 4 years, 9 months ago