From 390a6d69a069e102fd8c0bd55b51ceaa8f98620c Mon Sep 17 00:00:00 2001 From: Spandan Das Date: Tue, 1 Aug 2023 22:50:46 +0000 Subject: [PATCH] Add some dirs to bp2build allowlist This dir contains some modules which are transitive deps of some modules in internal Bug: 292281173 Test: TH Change-Id: I8901d8a763697a8212eff0d14906d4151e01faed --- android/allowlists/allowlists.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index 6f09a6d02..d121b1375 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -121,6 +121,7 @@ var ( "development/sdk": Bp2BuildDefaultTrueRecursively, "external/aac": Bp2BuildDefaultTrueRecursively, + "external/abseil-cpp": Bp2BuildDefaultTrueRecursively, "external/arm-optimized-routines": Bp2BuildDefaultTrueRecursively, "external/auto": Bp2BuildDefaultTrue, "external/auto/android-annotation-stubs": Bp2BuildDefaultTrueRecursively, @@ -188,6 +189,7 @@ var ( "external/ow2-asm": Bp2BuildDefaultTrueRecursively, "external/pcre": Bp2BuildDefaultTrueRecursively, "external/protobuf": Bp2BuildDefaultTrueRecursively, + "external/python/pyyaml/lib/yaml": Bp2BuildDefaultTrueRecursively, "external/python/six": Bp2BuildDefaultTrueRecursively, "external/rappor": Bp2BuildDefaultTrueRecursively, "external/scudo": Bp2BuildDefaultTrueRecursively,