commit | 4e5fc3b422b9e5b466d0e8216ea4dfece3f98b0f | [log] [tgz] |
---|---|---|
author | A. Cody Schuffelen <schuffelen@google.com> | Wed Nov 25 18:29:39 2020 -0800 |
committer | A. Cody Schuffelen <schuffelen@google.com> | Wed Nov 25 18:29:39 2020 -0800 |
tree | c431475dfb5543f4dcdbb98b54e99ca620e45761 | |
parent | aa8ac242224c856e68b2b9171a297653cca9698d [diff] |
Allow rust code in device/google/cuttlefish Test: TreeHugger Change-Id: If7bce48e101bd49389d952556bfdf95d7899f01b
diff --git a/rust/config/allowed_list.go b/rust/config/allowed_list.go index 3ad32fa..e6643f5 100644 --- a/rust/config/allowed_list.go +++ b/rust/config/allowed_list.go
@@ -6,6 +6,7 @@ // for an example. // TODO(b/160223496): enable rustfmt globally. RustAllowedPaths = []string{ + "device/google/cuttlefish", "external/adhd", "external/crosvm", "external/minijail",