summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pursell <dpursell@google.com>2023-08-21 09:43:10 -0700
committerDavid Pursell <dpursell@google.com>2023-08-25 22:53:54 +0000
commit2d73e029a590fff902274f0fc1bbc62086b6ce13 (patch)
tree4266db4df8e4a0a55a930ab60f28d785a165ae33
parent1767ca94e113e0e5e53c394ece9a43511e79bf50 (diff)
downloadboringssl-emu-33-dev.tar.gz
Remove Virtualization access to libcrypto_baremetalemu-33-dev
Virtualization now gets this dependency transitively through libavb build targets so does not need to access it directly. Bug: b/290110273 Test: build Change-Id: Ia718b00db0d275ff8f088dbcc83c76151e727e9b
-rw-r--r--Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index a6651640..7889bffa 100644
--- a/Android.bp
+++ b/Android.bp
@@ -393,7 +393,6 @@ cc_library_static {
visibility: [
"//external/avb",
"//external/open-dice",
- "//packages/modules/Virtualization:__subpackages__",
"//system/security/diced/open_dice",
],
}