From 4e5fc3b422b9e5b466d0e8216ea4dfece3f98b0f Mon Sep 17 00:00:00 2001 From: "A. Cody Schuffelen" Date: Wed, 25 Nov 2020 18:29:39 -0800 Subject: [PATCH] Allow rust code in device/google/cuttlefish Test: TreeHugger Change-Id: If7bce48e101bd49389d952556bfdf95d7899f01b --- 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 3ad32fa89..e6643f58a 100644 --- a/rust/config/allowed_list.go +++ b/rust/config/allowed_list.go @@ -6,6 +6,7 @@ var ( // for an example. // TODO(b/160223496): enable rustfmt globally. RustAllowedPaths = []string{ + "device/google/cuttlefish", "external/adhd", "external/crosvm", "external/minijail",