summaryrefslogtreecommitdiff
path: root/shared/paths.go
diff options
context:
space:
mode:
author Joe Onorato <joeo@google.com> 2024-10-21 15:02:44 -0700
committer Joe Onorato <joeo@google.com> 2024-10-21 15:04:55 -0700
commit35f300dff0179053099972d48d89d7d47bb4de1b (patch)
tree9aed8a88f84a7764e4849d848dfb75ee66aca575 /shared/paths.go
parentd117bec818132461f48625ea5c423e012e3b5164 (diff)
Remove bp2build and appurtenances.
Bug: 374816306 Test: treehugger Change-Id: Ic26f6d6e0772fb07e43d22873519c5afb2ee9a45
Diffstat (limited to 'shared/paths.go')
-rw-r--r--shared/paths.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/shared/paths.go b/shared/paths.go
index 1ee66d581..64f94ba28 100644
--- a/shared/paths.go
+++ b/shared/paths.go
@@ -20,14 +20,6 @@ import (
"path/filepath"
)
-// A SharedPaths represents a list of paths that are shared between
-// soong_ui and soong.
-type SharedPaths interface {
- // BazelMetricsDir returns the path where a set of bazel profile
- // files are stored for later processed by the metrics pipeline.
- BazelMetricsDir() string
-}
-
// Joins the path strings in the argument list, taking absolute paths into
// account. That is, if one of the strings is an absolute path, the ones before
// are ignored.