From f2e3c111ec3fdcdc8c4e0082b422abf97a69c964 Mon Sep 17 00:00:00 2001 From: Romain Jobredeaux Date: Fri, 6 Oct 2023 13:46:15 -0400 Subject: [PATCH] Allowlist kotlinx_coroutines_android Change-Id: Ib097d43e0abb6a94cdb4e0ff13d6ac3e0c13da9f --- android/allowlists/allowlists.go | 1 + 1 file changed, 1 insertion(+) diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index 7077f5601..40bbf4d60 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -853,6 +853,7 @@ var ( "kotlinx_coroutines", "kotlinx_coroutines-device", "kotlinx_coroutines-host", + "kotlinx_coroutines_android", // for building com.android.neuralnetworks "libimapper_stablec",