diff options
| author | 2023-08-23 02:47:09 +0000 | |
|---|---|---|
| committer | 2023-08-23 02:47:09 +0000 | |
| commit | 15aed3b882589f13029dc07c6af27d9af25ec41a (patch) | |
| tree | 3888c7605566f72a2715a571a4ec8cd242d84ee3 | |
| parent | 49275e73cca6a123c059e1318268b8f5469a59df (diff) | |
| parent | 49defa67fe4b370c0570b48094236704514517d1 (diff) | |
Merge "Denylist prebuilts_etc modules to resolve bp2build failure" into main
| -rw-r--r-- | android/allowlists/allowlists.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index a1cc3cb4e..d6998b655 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -1561,6 +1561,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 |