From 274597b9519c262ca0b076f050d7cb6a76213fb9 Mon Sep 17 00:00:00 2001 From: Victor Hsieh Date: Thu, 3 Dec 2020 16:08:43 -0800 Subject: [PATCH] Put external/libchromeos-rs in the Rust allowlist Bug: 174797066 Test: m Change-Id: Ieef7df3c17e6d6b1223769cfd07301dfe7d91363 --- 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 e6643f58a..a536f2a4f 100644 --- a/rust/config/allowed_list.go +++ b/rust/config/allowed_list.go @@ -9,6 +9,7 @@ var ( "device/google/cuttlefish", "external/adhd", "external/crosvm", + "external/libchromeos-rs", "external/minijail", "external/rust", "external/vm_tools/p9",