diff --git a/genrule/genrule.go b/genrule/genrule.go index f19e2aa01..2824e4907 100644 --- a/genrule/genrule.go +++ b/genrule/genrule.go @@ -52,10 +52,9 @@ type HostToolProvider interface { type hostToolDependencyTag struct { blueprint.BaseDependencyTag + label string } -var hostToolDepTag hostToolDependencyTag - type generatorProperties struct { // The command to run on one or more input files. Cmd supports substitution of a few variables // (the actual substitution is implemented in GenerateAndroidBuildActions below) @@ -63,7 +62,7 @@ type generatorProperties struct { // Available variables for substitution: // // $(location): the path to the first entry in tools or tool_files - // $(location