summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2023-02-01 20:05:45 +0000
committerJames Farrell <jamesfarrell@google.com>2023-02-01 20:05:45 +0000
commitd6d93e911fc2917fa84d68d2f23201a63dfcc72d (patch)
tree689fa81fc5576c6e3f36f6c0c4aeadc21e413c66
parent5dcb467bb2590fe1d78bdcaebdf1d2b7c547a945 (diff)
downloadmanifest-d6d93e911fc2917fa84d68d2f23201a63dfcc72d.tar.gz
Add Windows clang and mingw to target Windows.
Required for adding a Windows target to our Linux version of Rust. Change-Id: Ib8fb44e955ef4336de91562a214e95f109fbc98a
-rw-r--r--default.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index 984bd9371..9815c67d4 100644
--- a/default.xml
+++ b/default.xml
@@ -24,7 +24,9 @@
<!-- Other Toolchains -->
<project path="prebuilts/clang/host/linux-x86" name="platform/prebuilts/clang/host/linux-x86" clone-depth="1"/>
<project path="prebuilts/clang/host/darwin-x86" name="platform/prebuilts/clang/host/darwin-x86" clone-depth="1"/>
+ <project path="prebuilts/clang/host/windows-x86" name="platform/prebuilts/clang/host/windows-x86" clone-depth="1"/>
<project path="prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8" name="platform/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8" clone-depth="1"/>
+ <project path="prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8" name="platform/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8" clone-depth="1"/>
<!-- libgcc for device -->
<project path="prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9" name="platform/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9" clone-depth="1"/>