Merge "Add libc to Rust allowlist." am: 850edab344

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

Change-Id: I0f882b479691b5c00dc07ed33416368fdf5a3cff
This commit is contained in:
Joel Galenson
2021-07-23 15:04:54 +00:00
committed by Automerger Merge Worker

View File

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