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:
commit
b7e1688954
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue