summaryrefslogtreecommitdiff
path: root/android/singleton.go
diff options
context:
space:
mode:
Diffstat (limited to 'android/singleton.go')
-rw-r--r--android/singleton.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/singleton.go b/android/singleton.go
index d364384e2..76df1ebba 100644
--- a/android/singleton.go
+++ b/android/singleton.go
@@ -284,5 +284,5 @@ func (s *singletonContextAdaptor) moduleProvider(module blueprint.Module, provid
}
func (s *singletonContextAdaptor) OtherModulePropertyErrorf(module Module, property string, format string, args ...interface{}) {
- s.blueprintSingletonContext().OtherModulePropertyErrorf(module, property, format, args...)
+ s.blueprintSingletonContext().OtherModulePropertyErrorf(module, property, format, args)
}