diff options
Diffstat (limited to 'android/singleton.go')
-rw-r--r-- | android/singleton.go | 2 |
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) } |