aboutsummaryrefslogtreecommitdiffstats
path: root/genrule
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2015-12-17 16:33:43 -0800
committerColin Cross <ccross@android.com>2015-12-17 17:25:10 -0800
commit1604ecf5cc6e2fbd028fc06d9d46e9203f6b343b (patch)
treeebef69f152014e0b717e82fa3bff0ee7d20e7f7f /genrule
parentdd0dbe631e185db685adc1cb0cb2d23c5fd1cf13 (diff)
downloadbuild_soong-1604ecf5cc6e2fbd028fc06d9d46e9203f6b343b.tar.gz
build_soong-1604ecf5cc6e2fbd028fc06d9d46e9203f6b343b.tar.bz2
build_soong-1604ecf5cc6e2fbd028fc06d9d46e9203f6b343b.zip
Fix gofmt
Change-Id: Ib5e4db599a6dd858b3a1b1cdb75017b01eac4911
Diffstat (limited to 'genrule')
-rw-r--r--genrule/genrule.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/genrule/genrule.go b/genrule/genrule.go
index b5543570..8291d5b8 100644
--- a/genrule/genrule.go
+++ b/genrule/genrule.go
@@ -86,9 +86,9 @@ func genruleDepsMutator(ctx common.AndroidBottomUpMutatorContext) {
if g, ok := ctx.Module().(*generator); ok {
if g.properties.Tool != "" {
ctx.AddFarVariationDependencies([]blueprint.Variation{
- {"host_or_device", common.Host.String()},
- {"host_type", common.CurrentHostType().String()},
- }, g.properties.Tool)
+ {"host_or_device", common.Host.String()},
+ {"host_type", common.CurrentHostType().String()},
+ }, g.properties.Tool)
}
}
}