summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Andrew Scull <ascull@google.com> 2020-10-13 11:42:28 +0100
committer Andrew Scull <ascull@google.com> 2020-10-13 11:43:52 +0100
commitaf2015d7d6abb576bd088889c8453f672a750ac4 (patch)
tree2194f620364cf10c0b8b6771f1c6114ecdfba7bd
parentff981035052231d3c0ebe790291236cef3701138 (diff)
Allow packages/modules/Virtualization to use rust
Rust will be used for a few virtualization related components so allow it to be used in the directory in which those components will reside. Test: built a rust binary in the directory Change-Id: I805d6117201c2144f7ecf21ec38b577c7c21e9c5
-rw-r--r--rust/config/allowed_list.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/config/allowed_list.go b/rust/config/allowed_list.go
index 678f822a1..cb5e2fd43 100644
--- a/rust/config/allowed_list.go
+++ b/rust/config/allowed_list.go
@@ -11,6 +11,7 @@ var (
"external/crosvm",
"external/adhd",
"frameworks/native/libs/binder/rust",
+ "packages/modules/Virtualization",
"prebuilts/rust",
"system/extras/profcollectd",
"system/hardware/interfaces/keystore2",