Merge "Denylist reverse dependency of tradefed" into main

This commit is contained in:
Treehugger Robot
2023-08-23 08:17:39 +00:00
committed by Gerrit Code Review

View File

@@ -1565,6 +1565,9 @@ var (
// TODO(b/297070571): cannot convert prebuilts_etc module which possess identical name and src properties // TODO(b/297070571): cannot convert prebuilts_etc module which possess identical name and src properties
"boringssl_self_test.zygote64.rc", "boringssl_self_test.zygote64.rc",
"boringssl_self_test.zygote64_32.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 // Bazel prod-mode allowlist. Modules in this list are built by Bazel