summaryrefslogtreecommitdiff
path: root/android/singleton_module.go
diff options
context:
space:
mode:
Diffstat (limited to 'android/singleton_module.go')
-rw-r--r--android/singleton_module.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/singleton_module.go b/android/singleton_module.go
index 235173809..43028e857 100644
--- a/android/singleton_module.go
+++ b/android/singleton_module.go
@@ -68,7 +68,7 @@ type SingletonModuleBase struct {
func (smb *SingletonModuleBase) GenerateBuildActions(ctx blueprint.ModuleContext) {
smb.lock.Lock()
if smb.variant != "" {
- ctx.ModuleErrorf("GenerateAndroidBuildActions already called for variant %q, SingletonModules can only have one variant", smb.variant)
+ ctx.ModuleErrorf("GenerateAndroidBuildActions already called for variant %q, SingletonModules can only have one variant", smb.variant)
}
smb.variant = ctx.ModuleSubDir()
smb.lock.Unlock()