Add kotlinx.coroutines to "neverallow" allowlist

Bug: 239834928
Test: manual -- all existing tests and builds should pass
Change-Id: Ie5fb0d6cbd8d624f71b80bb1afe003917410aa3d
This commit is contained in:
Steve Elliott
2022-10-18 17:09:28 -04:00
parent 3dcaf7550f
commit 8053f82697

View File

@@ -153,6 +153,7 @@ func createJavaDeviceForHostRules() []Rule {
javaDeviceForHostProjectsAllowedList := []string{
"development/build",
"external/guava",
"external/kotlinx.coroutines",
"external/robolectric-shadows",
"frameworks/layoutlib",
}