summaryrefslogtreecommitdiff
path: root/android/plugin.go
diff options
context:
space:
mode:
author Cole Faust <colefaust@google.com> 2023-11-27 12:29:55 -0800
committer Cole Faust <colefaust@google.com> 2023-11-27 12:29:55 -0800
commit77beb6f12aef03edc15266b7c075e98e1ec7f9ed (patch)
treea9b53bf298ea6986e8e881803177df7e8cd5a797 /android/plugin.go
parent4e788f24562df080eba438aada52771a45fdce3b (diff)
Remove google_clockwork list of soong plugins
The only plugin in that list has been removed. Bug: 307824623 Test: Presubmits Change-Id: Ieceb8610cfb2425500659a009703895a4f499cb1
Diffstat (limited to 'android/plugin.go')
-rw-r--r--android/plugin.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/android/plugin.go b/android/plugin.go
index 2c7f9ff8e..d62fc9453 100644
--- a/android/plugin.go
+++ b/android/plugin.go
@@ -72,7 +72,6 @@ var allowedPluginsByName = map[string]bool{
var internalPluginsPaths = []string{
"vendor/google/build/soong/internal_plugins.json",
- "vendor/google_clockwork/build/internal_plugins.json",
}
type pluginProvider interface {