Forward descriptions to primary build invocations.
Test: m nothing bp2build json-module-graph queryview soong_docs Change-Id: Ic64238dc10a90c923cf5559d1bbbc51fd0922e31
This commit is contained in:
parent
5ff5fe3e66
commit
8e7786a0fd
2 changed files with 6 additions and 4 deletions
|
@ -692,6 +692,7 @@ func (s *singleton) GenerateBuildActions(ctx blueprint.SingletonContext) {
|
||||||
// because the same Ninja file contains instructions to run
|
// because the same Ninja file contains instructions to run
|
||||||
// soong_build, run bp2build and to generate the JSON module graph.
|
// soong_build, run bp2build and to generate the JSON module graph.
|
||||||
Optional: true,
|
Optional: true,
|
||||||
|
Description: i.Description,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -108,4 +108,5 @@ type PrimaryBuilderInvocation struct {
|
||||||
Inputs []string
|
Inputs []string
|
||||||
Outputs []string
|
Outputs []string
|
||||||
Args []string
|
Args []string
|
||||||
|
Description string
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue