diff options
Diffstat (limited to 'android/paths_test.go')
-rw-r--r-- | android/paths_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/paths_test.go b/android/paths_test.go index 82ae4dcf..1e4ba538 100644 --- a/android/paths_test.go +++ b/android/paths_test.go @@ -194,7 +194,7 @@ func (moduleInstallPathContextImpl) Fs() pathtools.FileSystem { return pathtools.MockFs(nil) } -func (m moduleInstallPathContextImpl) Config() interface{} { +func (m moduleInstallPathContextImpl) Config() Config { return m.androidBaseContextImpl.config } |