From 8053f8269718e24540176bf3cc0722f66403d7d7 Mon Sep 17 00:00:00 2001 From: Steve Elliott Date: Tue, 18 Oct 2022 17:09:28 -0400 Subject: [PATCH] Add kotlinx.coroutines to "neverallow" allowlist Bug: 239834928 Test: manual -- all existing tests and builds should pass Change-Id: Ie5fb0d6cbd8d624f71b80bb1afe003917410aa3d --- android/neverallow.go | 1 + 1 file changed, 1 insertion(+) 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", }