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
This commit is contained in:
Jihoon Kang 2023-08-23 05:24:02 +00:00
parent 15aed3b882
commit f51ec393fe

View file

@ -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