summaryrefslogtreecommitdiff
path: root/android/singleton.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/singleton.go
parent2827ccc126a37c0cff4336b2ea7155fa816b378c (diff)
parent05c25ccb4adb5329add700b533416c226cdbfa96 (diff)
Merge "Sandbox soong_build by changing to root directory"
Diffstat (limited to 'android/singleton.go')
-rw-r--r--android/singleton.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/android/singleton.go b/android/singleton.go
index 5519ca019..91268ad1c 100644
--- a/android/singleton.go
+++ b/android/singleton.go
@@ -16,7 +16,6 @@ package android
import (
"github.com/google/blueprint"
- "github.com/google/blueprint/pathtools"
)
// SingletonContext
@@ -74,8 +73,6 @@ type SingletonContext interface {
// builder whenever a file matching the pattern as added or removed, without rerunning if a
// file that does not match the pattern is added to a searched directory.
GlobWithDeps(pattern string, excludes []string) ([]string, error)
-
- Fs() pathtools.FileSystem
}
type singletonAdaptor struct {