From 77beb6f12aef03edc15266b7c075e98e1ec7f9ed Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Mon, 27 Nov 2023 12:29:55 -0800 Subject: [PATCH] Remove google_clockwork list of soong plugins The only plugin in that list has been removed. Bug: 307824623 Test: Presubmits Change-Id: Ieceb8610cfb2425500659a009703895a4f499cb1 --- android/plugin.go | 1 - 1 file changed, 1 deletion(-) 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 {