Allowlist rustc-demangle crate
Test: b build //external/rust/crates/rustc-demangle Test: b build //external/rust/crates/rustc-demangle --config=android Bug: 297395183 Change-Id: I715377b4bdc296d9676beb0405cc0d544c7d96e9
This commit is contained in:
parent
03787bea6d
commit
89d2bbf188
1 changed files with 2 additions and 1 deletions
|
@ -211,6 +211,7 @@ var (
|
|||
"external/python/setuptools": Bp2BuildDefaultTrueRecursively,
|
||||
"external/python/six": Bp2BuildDefaultTrueRecursively,
|
||||
"external/rappor": Bp2BuildDefaultTrueRecursively,
|
||||
"external/rust/crates/rustc-demangle": Bp2BuildDefaultTrueRecursively,
|
||||
"external/scudo": Bp2BuildDefaultTrueRecursively,
|
||||
"external/selinux/checkpolicy": Bp2BuildDefaultTrueRecursively,
|
||||
"external/selinux/libselinux": Bp2BuildDefaultTrueRecursively,
|
||||
|
@ -437,7 +438,7 @@ var (
|
|||
"system/libprocinfo": Bp2BuildDefaultTrue,
|
||||
"system/libvintf": Bp2BuildDefaultTrue,
|
||||
"system/libziparchive": Bp2BuildDefaultTrueRecursively,
|
||||
"system/linkerconfig": Bp2BuildDefaultTrueRecursively,
|
||||
"system/linkerconfig": Bp2BuildDefaultTrueRecursively,
|
||||
"system/logging": Bp2BuildDefaultTrueRecursively,
|
||||
"system/media": Bp2BuildDefaultTrue,
|
||||
"system/media/alsa_utils": Bp2BuildDefaultTrueRecursively,
|
||||
|
|
Loading…
Reference in a new issue