summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOrlando Arbildo <oarbildo@google.com>2023-11-15 21:03:02 +0000
committerOrlando Arbildo <oarbildo@google.com>2023-12-07 16:32:35 +0000
commit9f51bc3882dadcb06452856d05ed80f3f3f5ac25 (patch)
tree513fcec9aa832a8eab2491a5c5dbdec4871f85a2
parent786ca5a2a73c9ad750f2a5f3e020043837eaad61 (diff)
downloadmanifest-9f51bc3882dadcb06452856d05ed80f3f3f5ac25.tar.gz
Add vm_memory crate
Add vm_memory crate to trusty to have a nicer way to access raw memory buffers. Bug: 284156656 Change-Id: I9cdf87633e8468cee7cec703d3e58f59eee5364a
-rw-r--r--default.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index e16788a..248e3dd 100644
--- a/default.xml
+++ b/default.xml
@@ -156,6 +156,7 @@ clone-depth="1" />
<project path="external/rust/crates/thiserror-impl" name="platform/external/rust/crates/thiserror-impl" groups="trusty" />
<project path="external/rust/crates/unicode-xid" name="platform/external/rust/crates/unicode-xid" groups="trusty" revision="trusty-main" />
<project path="external/rust/crates/unicode-ident" name="platform/external/rust/crates/unicode-ident" groups="trusty" />
+ <project path="external/rust/crates/vm-memory" name="platform/external/rust/crates/vm-memory" groups="trusty" />
<project path="external/rust/crates/x509-cert" name="platform/external/rust/crates/x509-cert" groups="trusty" revision="trusty-main" />
<project path="external/rust/crates/zeroize" name="platform/external/rust/crates/zeroize" groups="trusty" revision="trusty-main" />
<project path="external/rust/crates/zeroize_derive" name="platform/external/rust/crates/zeroize_derive" groups="trusty" revision="trusty-main" />