Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 1b297b02 authored by Devin Moore's avatar Devin Moore Committed by Michael Bestas
Browse files

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
parent fc4af1f5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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(), ":")).