Merge "Allowlist librustc_demangle_static" into main am: 4193286396 am: 5a0225f756

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2794696

Change-Id: I2172527264284b61a2498cfdf4fb399a328c6fa7
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Vinh Tran
2023-10-20 18:50:58 +00:00
committed by Automerger Merge Worker

View File

@@ -213,6 +213,7 @@ var (
"external/python/six": Bp2BuildDefaultTrueRecursively,
"external/rappor": Bp2BuildDefaultTrueRecursively,
"external/rust/crates/rustc-demangle": Bp2BuildDefaultTrueRecursively,
"external/rust/crates/rustc-demangle-capi": Bp2BuildDefaultTrueRecursively,
"external/scudo": Bp2BuildDefaultTrueRecursively,
"external/selinux/checkpolicy": Bp2BuildDefaultTrueRecursively,
"external/selinux/libselinux": Bp2BuildDefaultTrueRecursively,
@@ -536,9 +537,6 @@ var (
"tools/asuite/atest":/* recursive = */ false,
"tools/asuite/atest/bazel/reporter":/* recursive = */ true,
// TODO(b/266459895): remove this and the placeholder BUILD file after re-enabling libunwindstack
"external/rust/crates/rustc-demangle-capi":/* recursive = */ false,
// Used for testing purposes only. Should not actually exist in the real source tree.
"testpkg/keep_build_file":/* recursive = */ false,
}