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:
parent
fc4af1f5cc
commit
1b297b02d2
1 changed files with 1 additions and 0 deletions
|
|
@ -140,6 +140,7 @@ func (m *vintfDataRule) GenerateAndroidBuildActions(ctx ModuleContext) {
|
||||||
|
|
||||||
// Process vintf fragment source file with assemble_vintf tool
|
// Process vintf fragment source file with assemble_vintf tool
|
||||||
builder.Command().
|
builder.Command().
|
||||||
|
Implicits(inputPaths).
|
||||||
Flags(assembleVintfEnvs).
|
Flags(assembleVintfEnvs).
|
||||||
BuiltTool("assemble_vintf").
|
BuiltTool("assemble_vintf").
|
||||||
FlagWithArg("-i ", strings.Join(inputPaths.Strings(), ":")).
|
FlagWithArg("-i ", strings.Join(inputPaths.Strings(), ":")).
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue