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:
Jingwen Chen 2021-12-07 01:31:20 +00:00 committed by Automerger Merge Worker
commit 1f77f7af15
2 changed files with 6 additions and 4 deletions

View file

@ -692,6 +692,7 @@ func (s *singleton) GenerateBuildActions(ctx blueprint.SingletonContext) {
// because the same Ninja file contains instructions to run
// soong_build, run bp2build and to generate the JSON module graph.
Optional: true,
Description: i.Description,
})
}

View file

@ -108,4 +108,5 @@ type PrimaryBuilderInvocation struct {
Inputs []string
Outputs []string
Args []string
Description string
}