From f51ec393fe6618703d336ce1d172e3dab46948f2 Mon Sep 17 00:00:00 2001 From: Jihoon Kang Date: Wed, 23 Aug 2023 05:24:02 +0000 Subject: [PATCH] Denylist reverse dependency of tradefed aosp/2719934 lists tradefed as libs, causing bp2build failure as the module is not converted to bazel. Thus, denylist the module to resolve bp2build failure Test: TH & ABTD Bug: 297039097 Change-Id: I41f2673636a7564fd6fb75ae97b93613f9098365 --- android/allowlists/allowlists.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index d6998b655..c0704cbda 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -1565,6 +1565,9 @@ var ( // 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", + + // depends on unconverted module tradefed + "HelloWorldPerformanceTest", } // Bazel prod-mode allowlist. Modules in this list are built by Bazel