platform_build_soong/tests
Lukacs T. Berki 1a86bd2dc4 Use combined.ninja for soong_docs null build test.
This requires some explanation: turns out, Ninja uses the $builddir
variable declared in the top-level Ninja file to figure out where the
command log should go. This resulted in a loss of incrementality between
the manual Ninja invocation in test_null_build_after_docs because they
used different Ninja files and therefore different values of $builddir.

The reason why this was not a problem before is that the output files of
the main Ninja file and the bootstrap one were separate, but with that
changing, this will start to matter.

Test: Presubmits.
Change-Id: I28959cc7d659e698c7694a58326c8731eac060eb
2021-08-19 16:29:47 +02:00
..
bootstrap_test.sh Use combined.ninja for soong_docs null build test. 2021-08-19 16:29:47 +02:00
bp2build_bazel_test.sh Separate the files of bp2build and soong_build. 2021-08-16 09:15:28 +02:00
lib.sh Allow //external/bazel-skylib to use existing BUILD files 2021-08-11 12:19:17 +00:00
mixed_mode_test.sh Fix OUT_DIR lookup in mixed builds. 2021-06-01 12:07:40 +00:00
run_integration_tests.sh Ensure directories in the Soong output dir have appropriate permissions, so that 'm clean' works. 2021-08-12 05:07:11 -04:00
soong_test.sh Ensure directories in the Soong output dir have appropriate permissions, so that 'm clean' works. 2021-08-12 05:07:11 -04:00