summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pursell <dpursell@google.com>2023-10-10 13:40:39 -0700
committerDavid Pursell <dpursell@google.com>2023-10-10 13:46:56 -0700
commitea12129fd2c2d6b76c0cf36023ab2badbe939b2a (patch)
tree070efa56081d81fe421f0abeb65cadbe7c9f6b96
parent8f968b79847c8a6f900f8e003a9e3491522723b3 (diff)
downloadboringssl-ea12129fd2c2d6b76c0cf36023ab2badbe939b2a.tar.gz
libcrypto_baremetal: make available to avb subpackages
libcrypto_baremetal is already available to libavb, this just makes it available to libavb subpackages as well to support some build file restructuring. Bug: b/290110273 Test: presubmit Change-Id: I8a953993450b2fcc9b4f9c183ef18b4ec0f0bd6a
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 26d588f5..4a8df05e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -395,7 +395,7 @@ cc_library_static {
"boringssl_flags_baremetal",
],
visibility: [
- "//external/avb",
+ "//external/avb:__subpackages__",
"//external/open-dice",
"//packages/modules/Virtualization:__subpackages__",
"//system/security/diced/open_dice",