Merge tag 'android-13.0.0_r20' into staging/lineage-20.0_merge-android-13.0.0_r20
Android 13.0.0 release 20
# -----BEGIN PGP SIGNATURE-----
#
# iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCY7SARQAKCRDorT+BmrEO
# eAXZAJwPS/SetwQW5eBJ3miDrOVLNbj91wCffu+dQlTBQcIwNYzVHrdHcy1O22U=
# =Ilh4
# -----END PGP SIGNATURE-----
# gpg: Signature made Tue Jan 3 21:21:41 2023 EET
# gpg: using DSA key 4340D13570EF945E83810964E8AD3F819AB10E78
# gpg: Good signature from "The Android Open Source Project <initial-contribution@android.com>" [marginal]
# gpg: initial-contribution@android.com: Verified 1497 signatures in the past
# 14 months. Encrypted 4 messages in the past 11 months.
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg: It is not certain that the signature belongs to the owner.
# Primary key fingerprint: 4340 D135 70EF 945E 8381 0964 E8AD 3F81 9AB1 0E78
# By Matthew Maurer
# Via Android Build Coastguard Worker
* tag 'android-13.0.0_r20':
Allow BoringSSL's Rust bindings to build
Change-Id: I77bc596c1ae4b88b7fdf7735291068a4cd921be9
diff --git a/rust/config/allowed_list.go b/rust/config/allowed_list.go
index 802e1da..7468579 100644
--- a/rust/config/allowed_list.go
+++ b/rust/config/allowed_list.go
@@ -8,6 +8,7 @@
RustAllowedPaths = []string{
"device/google/cuttlefish",
"external/adhd",
+ "external/boringssl",
"external/crosvm",
"external/libchromeos-rs",
"external/minijail",