From f1235a87870da4951593ce8daaf1b3ca8cba8b3f Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Thu, 13 Apr 2023 16:39:28 +0000 Subject: [PATCH] Add external_updater to bazel allowlist. Bug: None Test: treehugger Change-Id: I2b8a357198dbe0b2be4850ba7de4a749910c1be1 --- android/allowlists/allowlists.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index 1ece9fa7d..e32f7a7b5 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -373,8 +373,9 @@ var ( "system/tools/xsdc/utils": Bp2BuildDefaultTrueRecursively, "system/unwinding/libunwindstack": Bp2BuildDefaultTrueRecursively, - "tools/apksig": Bp2BuildDefaultTrue, - "tools/metalava": Bp2BuildDefaultTrue, + "tools/apksig": Bp2BuildDefaultTrue, + "tools/external_updater": Bp2BuildDefaultTrueRecursively, + "tools/metalava": Bp2BuildDefaultTrue, "tools/platform-compat/java/android/compat": Bp2BuildDefaultTrueRecursively, "tools/tradefederation/prebuilts/filegroups": Bp2BuildDefaultTrueRecursively, }