commit | fd4fdd8279074c0ceb4839c6d71056ef4ddab4d3 | [log] [tgz] |
---|---|---|
author | Devin Moore <devinmoore@google.com> | Wed Jan 22 10:55:50 2025 -0800 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jan 22 10:55:50 2025 -0800 |
tree | 0d25badee5a60e2ea8795e223dca741d0424e2b5 | |
parent | d802d046c1af2d7ca6f0cc3227e0efe950906b1a [diff] | |
parent | 89fe1f8397808cd4a5d73d2b569c4f7d36d2eb8e [diff] |
Merge "Add vintf_data inputPaths as Implicits to build command" into main
diff --git a/android/vintf_data.go b/android/vintf_data.go index 401f4d2..2909817 100644 --- a/android/vintf_data.go +++ b/android/vintf_data.go
@@ -140,6 +140,7 @@ // Process vintf fragment source file with assemble_vintf tool builder.Command(). + Implicits(inputPaths). Flags(assembleVintfEnvs). BuiltTool("assemble_vintf"). FlagWithArg("-i ", strings.Join(inputPaths.Strings(), ":")).