Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 84be2fc3 authored by Joel Galenson's avatar Joel Galenson
Browse files

Add librustutils to the Rust allowlist and remove libc.

Bug: 182498247
Test: Build
Change-Id: I0ea6c9b61cfdb667646e0067098f0ee5b9d9a2b3
parent 27b95724
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",