From af2015d7d6abb576bd088889c8453f672a750ac4 Mon Sep 17 00:00:00 2001 From: Andrew Scull Date: Tue, 13 Oct 2020 11:42:28 +0100 Subject: [PATCH] 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 --- rust/config/allowed_list.go | 1 + 1 file changed, 1 insertion(+) 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",