Allow rust code in device/google/cuttlefish

Test: TreeHugger
Change-Id: If7bce48e101bd49389d952556bfdf95d7899f01b
This commit is contained in:
A. Cody Schuffelen 2020-11-25 18:29:39 -08:00
parent aa8ac24222
commit 4e5fc3b422
1 changed files with 1 additions and 0 deletions

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{
"device/google/cuttlefish",
"external/adhd", "external/adhd",
"external/crosvm", "external/crosvm",
"external/minijail", "external/minijail",