summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Jansen <jansene@google.com>2023-05-25 11:42:05 -0700
committerErwin Jansen <jansene@google.com>2023-05-25 18:44:10 +0000
commit0eba475bba55bb4621cf5219cc8e7356bfe1f7ee (patch)
treed2a7cd5f2467b7e09c69655c5ff98d17954ad8b8
parentfe8924276494f53de73472ed25a1e7ef3b79e5b0 (diff)
downloadmanifest-0eba475bba55bb4621cf5219cc8e7356bfe1f7ee.tar.gz
Make the rust toolchain available on windows
The windows Rust toolchain is available! Bug: 284307116 Change-Id: I11da41a740c3fa5917ca4e76cb6f4a9f5c61491d
-rw-r--r--default.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml
index e9b4704d2..7a9def6f3 100644
--- a/default.xml
+++ b/default.xml
@@ -103,7 +103,7 @@
<project path="prebuilts/android-emulator-build/system-images" name="platform/prebuilts/android-emulator-build/system-images" revision="master" />
<!-- Rust compiler toolchain, note that we will use the system one on windows! -->
- <project path="prebuilts/rust" name="platform/prebuilts/rust" revision="master" clone-depth="1" groups="notdefault,platform-linux,platform-darwin" />
+ <project path="prebuilts/rust" name="platform/prebuilts/rust" revision="master" clone-depth="1" />
<!-- Rust crate dependencies, we use a mix of what chromium has to offer, vs AOSP crates. -->
<!-- In general when using rust try to use AOSP crates first by overriding them in you cargo workspace -->