Forward descriptions to primary build invocations. am: 8e7786a0fd
Original change: https://android-review.googlesource.com/c/platform/build/blueprint/+/1911018 Change-Id: Ic7edf1773d6c017c687d48ed6e9ef84d9f30cb64
This commit is contained in:
commit
1f77f7af15
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