From 49defa67fe4b370c0570b48094236704514517d1 Mon Sep 17 00:00:00 2001 From: Jihoon Kang Date: Tue, 22 Aug 2023 19:43:59 +0000 Subject: [PATCH] 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 --- android/allowlists/allowlists.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index f411026aa..3f0871886 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -1560,6 +1560,10 @@ var ( // 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