From 477733404d8930fab1be3be42e1a9ebe854d4823 Mon Sep 17 00:00:00 2001 From: Romain Jobredeaux Date: Wed, 11 Jan 2023 16:27:34 -0500 Subject: [PATCH] Allowlist metalava and dependencies. Change-Id: Ief72b982b11db20b82bb4678f0cf87550b9fd9e4 --- android/allowlists/allowlists.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index 27f1402e2..61b4a8c3e 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -144,7 +144,9 @@ var ( "external/jemalloc_new": Bp2BuildDefaultTrueRecursively, "external/jsoncpp": Bp2BuildDefaultTrueRecursively, "external/jsr305": Bp2BuildDefaultTrueRecursively, + "external/jsr330": Bp2BuildDefaultTrueRecursively, "external/junit": Bp2BuildDefaultTrueRecursively, + "external/kotlinc": Bp2BuildDefaultTrueRecursively, "external/libaom": Bp2BuildDefaultTrueRecursively, "external/libavc": Bp2BuildDefaultTrueRecursively, "external/libcap": Bp2BuildDefaultTrueRecursively, @@ -277,6 +279,7 @@ var ( "platform_testing/tests/example": Bp2BuildDefaultTrueRecursively, "prebuilts/clang/host/linux-x86": Bp2BuildDefaultTrueRecursively, + "prebuilts/gradle-plugin": Bp2BuildDefaultTrueRecursively, "prebuilts/runtime/mainline/platform/sdk": Bp2BuildDefaultTrueRecursively, "prebuilts/sdk/current/extras/app-toolkit": Bp2BuildDefaultTrue, "prebuilts/sdk/current/support": Bp2BuildDefaultTrue, @@ -346,7 +349,8 @@ var ( "system/tools/sysprop": Bp2BuildDefaultTrue, "system/unwinding/libunwindstack": Bp2BuildDefaultTrueRecursively, - "tools/apksig": Bp2BuildDefaultTrue, + "tools/apksig": Bp2BuildDefaultTrue, + "tools/metalava": Bp2BuildDefaultTrue, "tools/platform-compat/java/android/compat": Bp2BuildDefaultTrueRecursively, "tools/tradefederation/prebuilts/filegroups": Bp2BuildDefaultTrueRecursively, }