diff options
author | Matthew Maurer <mmaurer@google.com> | 2022-04-27 14:20:11 -0700 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-11-15 01:46:59 +0000 |
commit | ebbab553906ccbabac7151b45bb1dfde46f19475 (patch) | |
tree | b6df2d20a937a63926159a706e0f59d1ab5616b9 | |
parent | c53c5c1fbcc0c75ba1f5d229ef2bcd9ff0541195 (diff) |
Allow BoringSSL's Rust bindings to build
Bug: 177080016
Test: mm in boringssl
Change-Id: I3cdf031ebf7c5bafce00c078107fd7fb3a26ba2d
Merged-In: I3cdf031ebf7c5bafce00c078107fd7fb3a26ba2d
(cherry picked from commit 14f26aaa4ecae6b4565f8af72005476f69c3d0b4)
(cherry picked from commit e58dac223de1d2a6b8e288900e29d48a9eb01a63)
Merged-In: I3cdf031ebf7c5bafce00c078107fd7fb3a26ba2d
-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 802e1da7f..746857916 100644 --- a/rust/config/allowed_list.go +++ b/rust/config/allowed_list.go @@ -8,6 +8,7 @@ var ( RustAllowedPaths = []string{ "device/google/cuttlefish", "external/adhd", + "external/boringssl", "external/crosvm", "external/libchromeos-rs", "external/minijail", |