commit | c74d723c094baceb06a618135c3d05dacd65b77e | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Fri Oct 25 10:01:42 2019 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Fri Oct 25 10:08:57 2019 -0700 |
tree | 5fd472843dad701aa09c6362752849276ce5e931 | |
parent | 7289ddbebae560112c6b725a529dd8d726816f7e [diff] [blame] |
Allow rust code in external/rust. Test: mm in all rust enabled directories Change-Id: I3454c840adb7a9823637f0ae874355e4df995b66
diff --git a/rust/config/whitelist.go b/rust/config/whitelist.go index 4646264..8025bcf 100644 --- a/rust/config/whitelist.go +++ b/rust/config/whitelist.go
@@ -2,7 +2,7 @@ var ( RustAllowedPaths = []string{ - "external/rust/crates", + "external/rust", "external/crosvm", "external/adhd", }