commit | 0f8c5b4ac82dd7fda97528006c2d11d7537bbb10 | [log] [tgz] |
---|---|---|
author | Lingfeng Yang <lfy@google.com> | Thu Feb 20 07:27:15 2020 -0800 |
committer | Lingfeng Yang <lfy@google.com> | Thu Feb 20 07:27:15 2020 -0800 |
tree | b88821794c6c969fee23f2ebed1d1e14b88155f4 | |
parent | b34ebcf03becb4ed85f53cfac38927013987f6b2 [diff] |
Add minijail to whitelist.go The latest version of crosvm refers to minijail as a separate crate: https://chromium.googlesource.com/chromiumos/platform/crosvm/+/2dae56768c0dcfb57ff07c051f5785162632073e%5E%21/#F1 The current version of minijail in aosp crosvm-master isn't a crate, but minijail in aosp master is a crate and builds with crosvm. This allows the latest version of crosvm to build in the Android tree and use minijail in the same tree. Change-Id: I2231149f1488727754430183d04072c5cc0f570a
diff --git a/rust/config/whitelist.go b/rust/config/whitelist.go index 7dfb002..a339050 100644 --- a/rust/config/whitelist.go +++ b/rust/config/whitelist.go
@@ -2,6 +2,7 @@ var ( RustAllowedPaths = []string{ + "external/minijail", "external/rust", "external/crosvm", "external/adhd",