diff options
author | 2021-08-19 16:24:30 +0200 | |
---|---|---|
committer | 2021-08-19 16:29:47 +0200 | |
commit | 1a86bd2dc4d82a1e299c491f364e26eed137c118 (patch) | |
tree | 81131e101d930d51349ce93a37454bb2783fc5ca /python/python.go | |
parent | abcce6f1c3714ea06b01796a453057535635a83f (diff) |
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
Diffstat (limited to 'python/python.go')
0 files changed, 0 insertions, 0 deletions