Add librustutils to the Rust allowlist and remove libc.

Bug: 182498247
Test: Build
Change-Id: I0ea6c9b61cfdb667646e0067098f0ee5b9d9a2b3
This commit is contained in:
Joel Galenson
2021-07-29 15:40:23 -07:00
parent 27b9572433
commit 84be2fc380

View File

@@ -6,7 +6,6 @@ var (
// for an example.
// TODO(b/160223496): enable rustfmt globally.
RustAllowedPaths = []string{
"bionic/libc",
"device/google/cuttlefish",
"external/adhd",
"external/crosvm",
@@ -24,6 +23,7 @@ var (
"system/extras/profcollectd",
"system/extras/simpleperf",
"system/hardware/interfaces/keystore2",
"system/librustutils",
"system/logging/rust",
"system/security",
"system/tools/aidl",