summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid LeGare <legare@google.com>2022-06-22 16:36:37 +0000
committerDavid LeGare <legare@google.com>2022-06-23 15:48:44 +0000
commit466f16af7305336e969c13a1b1720e561dbce81e (patch)
tree72cb563ce14fe0b7e7ab35cd2cc58d5fd24fc016
parent6833917aacd7201e65b25deafd5f37c8f70dd179 (diff)
downloadmanifest-466f16af7305336e969c13a1b1720e561dbce81e.tar.gz
Add libc Rust crate
While there is already a version of libc available with the Rust prebuilt toolchains, this version of libc does not include any of the patches we have applied to the AOSP copy of libc. The AOSP version includes patches for adding Trusty support, and so must be pulled in separately. Bug: 193278128 Change-Id: I27d4e968c8ac6dafed22572a0d88ba2029915bf1
-rw-r--r--default.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index c96ac99..bcba44c 100644
--- a/default.xml
+++ b/default.xml
@@ -107,6 +107,7 @@ clone-depth="1" />
<project path="external/rust/crates/foreign-types" name="platform/external/rust/crates/foreign-types" groups="trusty" revision="a063310d99662e54ee2c5338b0f1a63aebd929b5" />
<project path="external/rust/crates/foreign-types-shared" name="platform/external/rust/crates/foreign-types-shared" groups="trusty" revision="5233dd5f46488af99d0c3de1b13822e2771a2e24" />
<project path="external/rust/crates/half" name="platform/external/rust/crates/half" groups="trusty" revision="17251f84ffd605638f1e53d686324b8b768e05d4" />
+ <project path="external/rust/crates/libc" name="platform/external/rust/crates/libc" groups="trusty" revision="122e586e93a534160230dc10ae3474cf31dd8f7f" />
<project path="external/rust/crates/log" name="platform/external/rust/crates/log" groups="trusty" revision="d3a6baa591a726f3216df9e0cf4a8f3bb1a2f5f7" />
<project path="external/rust/crates/once_cell" name="platform/external/rust/crates/once_cell" groups="trusty" revision="9bb9cf9fd83b61101f25cabc6e5f5bd16515b7f5" />
<project path="external/rust/crates/proc-macro2" name="platform/external/rust/crates/proc-macro2" groups="trusty" revision="0dbe64a68761c53ad18a6fa505e64baf629373db" />