aboutsummaryrefslogtreecommitdiffstats
path: root/common
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 /common
parentdd0dbe631e185db685adc1cb0cb2d23c5fd1cf13 (diff)
downloadbuild_soong-1604ecf5cc6e2fbd028fc06d9d46e9203f6b343b.tar.gz
build_soong-1604ecf5cc6e2fbd028fc06d9d46e9203f6b343b.tar.bz2
build_soong-1604ecf5cc6e2fbd028fc06d9d46e9203f6b343b.zip
Fix gofmt
Change-Id: Ib5e4db599a6dd858b3a1b1cdb75017b01eac4911
Diffstat (limited to 'common')
-rw-r--r--common/module.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/module.go b/common/module.go
index bdaeb7aa..c22f000e 100644
--- a/common/module.go
+++ b/common/module.go
@@ -595,7 +595,7 @@ func (c *buildTargetSingleton) GenerateBuildActions(ctx blueprint.SingletonConte
Implicits: dirModules[dir],
// HACK: checkbuild should be an optional build, but force it
// enabled for now in standalone builds
- Optional: ctx.Config().(Config).EmbeddedInMake(),
+ Optional: ctx.Config().(Config).EmbeddedInMake(),
})
}
}