summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYahan Zhou <yahan@google.com>2019-01-14 11:33:18 -0800
committerYahan Zhou <yahan@google.com>2019-01-14 11:33:18 -0800
commit863f8635c5a94ce5d2eb6bef6ca223b0068a21e8 (patch)
treea26153d6b77aab33f5c0762b876d8e1f83d5795c
parent2584c1370b1e79f38b83eea1bf9df73c07385129 (diff)
downloadmanifest-863f8635c5a94ce5d2eb6bef6ca223b0068a21e8.tar.gz
Change all prebuilt projects to have clone-depth=1
Save our disks, save the planet. Change-Id: I946e7b5009b3dcb045587c37cffc90fb3f63e6af
-rw-r--r--default.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/default.xml b/default.xml
index afcb51b6d..429af9c24 100644
--- a/default.xml
+++ b/default.xml
@@ -48,13 +48,13 @@
<project path="prebuilts/cmake/darwin-x86" name="platform/prebuilts/cmake/darwin-x86" clone-depth="1" />
<project path="prebuilts/cmake/linux-x86" name="platform/prebuilts/cmake/linux-x86" clone-depth="1" />
<project path="prebuilts/cmake/windows-x86" name="platform/prebuilts/cmake/windows-x86" clone-depth="1" />
- <project path="prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8" name="platform/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8" revision="master" />
- <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" revision="master" />
+ <project path="prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8" name="platform/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8" clone-depth="1" revision="master" />
+ <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" revision="master" />
<project path="prebuilts/ninja/darwin-x86" name="platform/prebuilts/ninja/darwin-x86" clone-depth="1" />
<project path="prebuilts/ninja/linux-x86" name="platform/prebuilts/ninja/linux-x86" clone-depth="1" />
<project path="prebuilts/ninja/windows-x86" name="platform/prebuilts/ninja/windows-x86" clone-depth="1" />
- <project path="prebuilts/qemu-kernel" name="platform/prebuilts/qemu-kernel" revision="master" />
- <project path="prebuilts/tools" name="platform/prebuilts/tools" revision="master" />
+ <project path="prebuilts/qemu-kernel" name="platform/prebuilts/qemu-kernel" clone-depth="1" revision="master" />
+ <project path="prebuilts/tools" name="platform/prebuilts/tools" clone-depth="1" revision="master" />
<project path="sdk" name="platform/sdk" />
<project path="tools/emulator" name="platform/tools/emulator" />
<project path="tools/acloud" name="platform/tools/acloud" revision="master" />