diff options
-rw-r--r-- | android/allowlists/allowlists.go | 5 |
1 files 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, } |