diff options
Diffstat (limited to 'android/paths_test.go')
-rw-r--r-- | android/paths_test.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/android/paths_test.go b/android/paths_test.go index ec5e59820..46e3e1fa6 100644 --- a/android/paths_test.go +++ b/android/paths_test.go @@ -21,7 +21,6 @@ import ( "strings" "testing" - "github.com/google/blueprint/pathtools" "github.com/google/blueprint/proptools" ) @@ -207,10 +206,6 @@ type moduleInstallPathContextImpl struct { inRoot bool } -func (moduleInstallPathContextImpl) Fs() pathtools.FileSystem { - return pathtools.MockFs(nil) -} - func (m moduleInstallPathContextImpl) Config() Config { return m.baseModuleContext.config } |