Explain why build.ninja is a non-default output. am: 0eb24a7041

Original change: https://android-review.googlesource.com/c/platform/build/blueprint/+/1796431

Change-Id: Ia57fa998d681a588d72a72a6281685b67991696a
This commit is contained in:
Lukacs T. Berki 2021-08-16 10:02:49 +00:00 committed by Automerger Merge Worker
commit b7e1688954

View file

@ -761,6 +761,9 @@ func (s *singleton) GenerateBuildActions(ctx blueprint.SingletonContext) {
"builder": primaryBuilderFile,
"extra": strings.Join(flags, " "),
},
// soong_ui explicitly requests what it wants to be build. This is
// because the same Ninja file contains instructions to run
// soong_build, run bp2build and to generate the JSON module graph.
Optional: true,
})
}