Merge "Denylist prebuilts_etc modules to resolve bp2build failure" into main
diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go
index a1cc3cb..d6998b6 100644
--- a/android/allowlists/allowlists.go
+++ b/android/allowlists/allowlists.go
@@ -1561,6 +1561,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