diff options
author | Steve Elliott <steell@google.com> | 2022-10-18 17:09:28 -0400 |
---|---|---|
committer | Steve Elliott <steell@google.com> | 2022-10-28 10:08:22 -0400 |
commit | 8053f8269718e24540176bf3cc0722f66403d7d7 (patch) | |
tree | c97cde7673df498d91104f4bc36ad445bd029f87 | |
parent | 3dcaf7550f44ae83c3b5f2da31d7d4b9e5a86b10 (diff) |
Add kotlinx.coroutines to "neverallow" allowlist
Bug: 239834928
Test: manual -- all existing tests and builds should pass
Change-Id: Ie5fb0d6cbd8d624f71b80bb1afe003917410aa3d
-rw-r--r-- | android/neverallow.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/neverallow.go b/android/neverallow.go index aa47bcaeb..e3bdd63b2 100644 --- a/android/neverallow.go +++ b/android/neverallow.go @@ -153,6 +153,7 @@ func createJavaDeviceForHostRules() []Rule { javaDeviceForHostProjectsAllowedList := []string{ "development/build", "external/guava", + "external/kotlinx.coroutines", "external/robolectric-shadows", "frameworks/layoutlib", } |