summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2023-02-08 16:19:47 +0000
committerJames Farrell <jamesfarrell@google.com>2023-02-08 16:19:47 +0000
commit1b2d37dbd57e3f2def063e96a0262132e97a6ca7 (patch)
tree002bcdf2350ad7fb2c2868ed7a17eb8fc614b3cc
parentd6d93e911fc2917fa84d68d2f23201a63dfcc72d (diff)
downloadmanifest-1b2d37dbd57e3f2def063e96a0262132e97a6ca7.tar.gz
Add Windows versions of python, cmake, and ninja.
Change-Id: I1ed6b72716e46d7193c0e08e300a4e733b791962
-rw-r--r--default.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index 9815c67d4..574ed5540 100644
--- a/default.xml
+++ b/default.xml
@@ -39,11 +39,14 @@
<project path="prebuilts/ninja/linux-x86" name="platform/prebuilts/ninja/linux-x86" clone-depth="1"/>
<project path="prebuilts/cmake/darwin-x86" name="platform/prebuilts/cmake/darwin-x86" clone-depth="1"/>
<project path="prebuilts/ninja/darwin-x86" name="platform/prebuilts/ninja/darwin-x86" clone-depth="1"/>
+ <project path="prebuilts/cmake/windows-x86" name="platform/prebuilts/cmake/windows-x86" clone-depth="1"/>
+ <project path="prebuilts/ninja/windows-x86" name="platform/prebuilts/ninja/windows-x86" clone-depth="1"/>
<project path="prebuilts/build-tools" name="platform/prebuilts/build-tools" clone-depth="1"/>
<!-- Python prebuilts -->
<project path="prebuilts/python/linux-x86" name="platform/prebuilts/python/linux-x86" clone-depth="1" revision="llvm-toolchain" />
<project path="prebuilts/python/darwin-x86" name="platform/prebuilts/python/darwin-x86" clone-depth="1" revision="llvm-toolchain" />
+ <project path="prebuilts/python/windows-x86" name="platform/prebuilts/python/windows-x86" clone-depth="1" revision="llvm-toolchain" />
<!-- Library prebuilts -->
<project path="prebuilts/android-emulator-build/curl" name="platform/prebuilts/android-emulator-build/curl" clone-depth="1"/>