diff options
| author | 2021-08-26 20:36:37 +0000 | |
|---|---|---|
| committer | 2021-08-26 20:38:16 +0000 | |
| commit | 80f0eb1e0191f8369b18f11a79746a47056c124c (patch) | |
| tree | f03faed58df99353eb45e0e4cf0386e9373fe94c /rust | |
| parent | af44faad9f04238f4b24dd439d0f42b0a868ff75 (diff) | |
rust: Add UWB to allowlist
Change-Id: Ic89e274412c97631f615e6e9ccd711e9300397d1
Test: None
Diffstat (limited to 'rust')
| -rw-r--r-- | rust/config/allowed_list.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/config/allowed_list.go b/rust/config/allowed_list.go index ee9be6e90..63a8f0415 100644 --- a/rust/config/allowed_list.go +++ b/rust/config/allowed_list.go @@ -13,6 +13,7 @@ var ( "external/minijail", "external/rust", "external/selinux/libselinux", + "external/uwb", "external/vm_tools/p9", "frameworks/native/libs/binder/rust", "frameworks/proto_logging/stats", |