commit | 0ba9cd4cc816384260cdc70a8642f4c352695b98 | [log] [tgz] |
---|---|---|
author | Joel Galenson <jgalenson@google.com> | Wed Jul 21 10:34:51 2021 -0700 |
committer | Joel Galenson <jgalenson@google.com> | Wed Jul 21 10:34:51 2021 -0700 |
tree | f40560bcc69b3ca312561ae799337b0b20df107d | |
parent | 719371072f69d7e6303e59f9c2ff657d71b6ce1c [diff] [blame] |
Add libc to Rust allowlist. Bug: 182498247 Test: Build Change-Id: I3049967e9736e1c0c802f7678f5cafeb6644d4aa
diff --git a/rust/config/allowed_list.go b/rust/config/allowed_list.go index 31ec3f1..f568f27 100644 --- a/rust/config/allowed_list.go +++ b/rust/config/allowed_list.go
@@ -6,6 +6,7 @@ // for an example. // TODO(b/160223496): enable rustfmt globally. RustAllowedPaths = []string{ + "bionic/libc", "device/google/cuttlefish", "external/adhd", "external/crosvm",