Add vintf_data inputPaths as Implicits to build command

This allows for incremental builds when the source files are modified.

Test: <modify shared/manifest.xml> m
Bug: none
Change-Id: Icd21a826a3831e92ce2bdcc6aefa9924ec64c3a5
This commit is contained in:
Devin Moore 2025-01-22 00:45:34 +00:00 committed by Michael Bestas
parent fc4af1f5cc
commit 1b297b02d2
No known key found for this signature in database

View file

@ -140,6 +140,7 @@ func (m *vintfDataRule) GenerateAndroidBuildActions(ctx ModuleContext) {
// Process vintf fragment source file with assemble_vintf tool
builder.Command().
Implicits(inputPaths).
Flags(assembleVintfEnvs).
BuiltTool("assemble_vintf").
FlagWithArg("-i ", strings.Join(inputPaths.Strings(), ":")).