Add libc to Rust allowlist.

Bug: 182498247
Test: Build
Change-Id: I3049967e9736e1c0c802f7678f5cafeb6644d4aa
This commit is contained in:
Joel Galenson
2021-07-21 10:34:51 -07:00
parent 719371072f
commit 0ba9cd4cc8

View File

@@ -6,6 +6,7 @@ var (
// for an example.
// TODO(b/160223496): enable rustfmt globally.
RustAllowedPaths = []string{
"bionic/libc",
"device/google/cuttlefish",
"external/adhd",
"external/crosvm",