diff options
| -rw-r--r-- | android/allowlists/allowlists.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index cc854a339..3e7b040ae 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -1082,7 +1082,6 @@ var ( } ProdMixedBuildsEnabledList = []string{ - // This list left intentionally empty for now. Add specific module names - // to have them built by Bazel in Prod Mixed Builds mode. + "com.android.adbd", } ) |