From dca00cb76b71f22753fc817231e926a1848cb2c2 Mon Sep 17 00:00:00 2001 From: Ivan Lozano Date: Tue, 27 Jul 2021 11:57:57 -0400 Subject: [PATCH] rust: Add vendor/ to allowed list. Bug: 191507775 Test: N/A Change-Id: I077459f545d4a16de092a3cce27ce97afb76d514 --- 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 31ec3f12c..91b17ca4b 100644 --- a/rust/config/allowed_list.go +++ b/rust/config/allowed_list.go @@ -27,6 +27,7 @@ var ( "system/security", "system/tools/aidl", "tools/security/fuzzing/example_rust_fuzzer", + "vendor/", } DownstreamRustAllowedPaths = []string{