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

Commit 251b5172 authored by Andrew Scull's avatar Andrew Scull Committed by Gerrit Code Review
Browse files

Merge changes from topic "rust4virt"

* changes:
  Update rustfmt preupload example reference
  Allow packages/modules/Virtualization to use rust
parents 24600e39 5a58bca1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ package config

var (
	// When adding a new path below, add a rustfmt.toml file at the root of
	// the repository and enable the rustfmt repo hook. See aosp/1347562
	// the repository and enable the rustfmt repo hook. See aosp/1458238
	// for an example.
	// TODO(b/160223496): enable rustfmt globally.
	RustAllowedPaths = []string{
@@ -11,6 +11,7 @@ var (
		"external/crosvm",
		"external/adhd",
		"frameworks/native/libs/binder/rust",
		"packages/modules/Virtualization",
		"prebuilts/rust",
		"system/extras/profcollectd",
		"system/hardware/interfaces/keystore2",