commit | 93bfe6bf76d86d8cc8c0ca4f51af38fc0f1b4666 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Dec 01 00:16:41 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Dec 01 00:16:41 2020 +0000 |
tree | 2a04d3fb62a96ac9b31a1686fa438d0cd7e74c72 | |
parent | 6e25bb9e5f2489ac59cea62c99d0fbc6a1ccf94e [diff] | |
parent | 4e5fc3b422b9e5b466d0e8216ea4dfece3f98b0f [diff] |
Merge "Allow rust code in device/google/cuttlefish"
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",