commit | 9b5a930b30a3da7c26bdf5a21cf48f720eff0e56 | [log] [tgz] |
---|---|---|
author | Yu Liu <yudiliu@google.com> | Thu Aug 10 08:03:27 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Aug 10 08:03:27 2023 +0000 |
tree | 78ff12fc12dac8ab6e3995c35dc0d24d137b535c | |
parent | 1f639e1a1a06ad7887dafb9cb035c79486ed4ceb [diff] | |
parent | 182b17ce53b41ed8545dbc8e61201fbece3eca3a [diff] |
Denylist a couple art modules that depend on unconverted modules. am: b6e0a64bf1 am: 3b1e0acc97 am: 461394641e am: 4200f1362c am: 182b17ce53 Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2702233 Change-Id: I68e84870f91e71f143978822afd2d0dd8b4e51b0 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index e791378..a1d7fbb 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go
@@ -1547,6 +1547,10 @@ "libart_generated_headers", "libart-runtime-gtest", "libartd-runtime-gtest", + "libart-unstripped", + + // depends on libart-unstripped and new module type llvm_prebuilt_build_tool + "check_cfi", } // Bazel prod-mode allowlist. Modules in this list are built by Bazel