summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Spandan Das <spandandas@google.com> 2023-08-01 22:50:46 +0000
committer Spandan Das <spandandas@google.com> 2023-08-01 22:57:39 +0000
commit390a6d69a069e102fd8c0bd55b51ceaa8f98620c (patch)
treedffee6a8093d564d4d7200ad272605d4da15763a
parent00d0d7af7d8754ba88fc754862e467894ff355cc (diff)
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
-rw-r--r--android/allowlists/allowlists.go2
1 files changed, 2 insertions, 0 deletions
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,