diff options
| author | 2021-01-28 08:22:12 -0500 | |
|---|---|---|
| committer | 2021-01-29 22:33:25 -0500 | |
| commit | eb76c4319d5aa9981cef24f8a645d89729c5aa92 (patch) | |
| tree | 43c7418fe5ec00c348f6c0806092cbce5644c799 /java/java_test.go | |
| parent | 3b171f40137beb828a7f25f0bb9e55c445037c86 (diff) | |
bp2build: fix running from clean checkout.
bp2build is a Soong mode that returns as soon as the BUILD files are generated. This causes it not generate the build.ninja file, which the Ninja process executing soong_build itself expects to produce as an output. If there isn't an existing build.ninja file generated from a previous build, GENERATE_BAZEL_FILES=true m nothing will fail.
This CL generates the expected files as a workaround, and also makes GENERATE_BAZEL_FILES=true skip the Kati/Ninja steps in soong_ui since they aren't needed.
Test: rm -rf out/ && GENERATE_BAZEL_FILES=true m nothing && m libc
Fixes: 178683777
Change-Id: I2515ef7961682d2be5f096ed24831cc185165a67
Diffstat (limited to 'java/java_test.go')
0 files changed, 0 insertions, 0 deletions