diff options
| -rw-r--r-- | android/allowlists/allowlists.go | 3 |
1 files changed, 3 insertions, 0 deletions
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", } |