Denylist prebuilts_etc modules to resolve bp2build failure
Recently introduced prebuilts_etc modules that possess identical name
and src properties fail with `self-edge` error, thus denylist the two
modules.
Test: ABTD
Bug: 297039097
Change-Id: I430cdb20e4a20985f35abff05d3335959317b509
diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go
index f411026..3f08718 100644
--- a/android/allowlists/allowlists.go
+++ b/android/allowlists/allowlists.go
@@ -1560,6 +1560,10 @@
// depends on libart-unstripped and new module type llvm_prebuilt_build_tool
"check_cfi",
+
+ // TODO(b/297070571): cannot convert prebuilts_etc module which possess identical name and src properties
+ "boringssl_self_test.zygote64.rc",
+ "boringssl_self_test.zygote64_32.rc",
}
// Bazel prod-mode allowlist. Modules in this list are built by Bazel