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:
parent
15aed3b882
commit
f51ec393fe
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue