From 3d11a5698a6799cadb5bd94fc50093e3b1aa4644 Mon Sep 17 00:00:00 2001 From: Richard Fung Date: Tue, 18 Jan 2022 18:26:35 +0000 Subject: [PATCH] Allow tools/vendor to build rust This is necessary to move the mk_payload package from packages/modules/Virtualization/microdroid to an ARC owned directory. Bug: 196891323 Test: m -j Change-Id: Ifa3e509fb4ffa7861e45f69dd4654e8fbe1677ff --- 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 0d0b712c2..f318507ae 100644 --- a/rust/config/allowed_list.go +++ b/rust/config/allowed_list.go @@ -36,6 +36,7 @@ var ( "system/tools/aidl", "tools/security/fuzzing/example_rust_fuzzer", "tools/security/fuzzing/orphans", + "tools/vendor", "vendor/", }