summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKelvin Zhang <zhangkelvin@google.com>2024-04-05 09:34:33 -0700
committerKelvin Zhang <zhangkelvin@google.com>2024-04-05 09:34:33 -0700
commitd3c2cf058892ed576d9f5d4f9f923a418457308d (patch)
tree31eb8bb0fc875b5637aa8e30859109cb44f4608c
parent62e04b2b9e7feb4b4e7a8214d1f1f0e18d505596 (diff)
downloadboringssl-d3c2cf058892ed576d9f5d4f9f923a418457308d.tar.gz
Allow bootable/deprecated-ota to use boringssl
non-AB code will be moved to bootable/deprecated-ota , so add necessary visibility rules. Test: th Bug: 324360816 Change-Id: I94f9a3931ca454d1a5d1d7582b150e084b54c7b1
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index b000c215..1e6a2314 100644
--- a/Android.bp
+++ b/Android.bp
@@ -350,6 +350,7 @@ cc_library_static {
visibility: [
"//art/build/sdk",
"//bootable/recovery/updater",
+ "//bootable/deprecated-ota/updater",
"//external/conscrypt",
"//external/python/cpython2",
"//external/rust/crates/quiche",