summaryrefslogtreecommitdiff
path: root/android/paths_test.go
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2020-01-10 17:35:22 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2020-01-10 17:35:22 +0000
commite35e961aa925e6ab75daf455d36875b3d6511081 (patch)
tree27e9a02f9e216e9b25d7cafa03114b0cb02d2820 /android/paths_test.go
parent2827ccc126a37c0cff4336b2ea7155fa816b378c (diff)
parent05c25ccb4adb5329add700b533416c226cdbfa96 (diff)
Merge "Sandbox soong_build by changing to root directory"
Diffstat (limited to 'android/paths_test.go')
-rw-r--r--android/paths_test.go5
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
}