From 520ab19c2351c06fcfd2f8eae088a55c171e2f2a Mon Sep 17 00:00:00 2001 From: Romain Jobredeaux Date: Wed, 30 Aug 2023 12:19:54 -0400 Subject: [PATCH] Allowlist platform-test-annotations (new dependency of bouncycastle) Change-Id: I68ee46622d0b9048d8e53a8a74721aac139e9ddd --- android/allowlists/allowlists.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index 991645106..2438726e4 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -909,6 +909,9 @@ var ( "merge_annotation_zips_test", + // bouncycastle dep + "platform-test-annotations", + // java_resources with multiple resource_dirs "emma", }