Forward descriptions to primary build invocations. am: 8e7786a0fd
am: 1f77f7af15
am: 629b9fa603
Original change: https://android-review.googlesource.com/c/platform/build/blueprint/+/1911018 Change-Id: Ibc13f2600b10544dfbdc429c82e557a8a55f8d74
This commit is contained in:
commit
ed30b8ceb1
2 changed files with 6 additions and 4 deletions
|
@ -691,7 +691,8 @@ func (s *singleton) GenerateBuildActions(ctx blueprint.SingletonContext) {
|
|||
// 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,
|
||||
Optional: true,
|
||||
Description: i.Description,
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
@ -105,7 +105,8 @@ const (
|
|||
)
|
||||
|
||||
type PrimaryBuilderInvocation struct {
|
||||
Inputs []string
|
||||
Outputs []string
|
||||
Args []string
|
||||
Inputs []string
|
||||
Outputs []string
|
||||
Args []string
|
||||
Description string
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue