summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Crane <cranes@google.com>2021-08-16 16:31:43 -0700
committerStephen Crane <cranes@google.com>2022-01-05 13:24:07 -0800
commit821856bf13db4f78adf661ba1902304d4dc2375b (patch)
tree1ffe519dce6f16af6734b97b8b1036d0632179ae
parented1b7e0b1bece27a956f328e93ed62250c56993c (diff)
downloadmanifest-821856bf13db4f78adf661ba1902304d4dc2375b.tar.gz
Add log and cfg-if external Rust crates from AOSP
Adds the log crate, which requires the cfg-if crate as well. Both crates are pinned so that their build rules, which live in the trusty tree, can be manually verified and updated when rolling forward. Test: build.py Bug: 193278312 Change-Id: I7fee20d18420fe3923ff659726448458677fc308
-rw-r--r--default.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index efb1647..bedbfaf 100644
--- a/default.xml
+++ b/default.xml
@@ -85,6 +85,12 @@
clone-depth="1" />
<!-- END toolchains -->
+ <!-- BEGIN external rust crates -->
+ <!-- These crates are pinned because their trusty build files live in the trusty tree and need to be manually updated -->
+ <project path="external/rust/crates/cfg-if" name="platform/external/rust/crates/cfg-if" groups="trusty" revision="3a0379aa3da7a72be33132486b87df59254d6354" />
+ <project path="external/rust/crates/log" name="platform/external/rust/crates/log" groups="trusty" revision="d3a6baa591a726f3216df9e0cf4a8f3bb1a2f5f7" />
+ <!-- END external rust crates -->
+
<!-- BEGIN aux external projects -->
<project path="external/linux" name="kernel/common" revision="android12-trusty-5.10" groups="trusty" />
<project path="external/qemu" name="trusty/external/qemu" groups="trusty" />