summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Jansen <jansene@google.com>2024-02-13 18:16:05 -0800
committerErwin Jansen <jansene@google.com>2024-02-13 18:16:05 -0800
commitec75a7d9400adc2798add4e2962df196a8d297b5 (patch)
tree67b7053ed55e1b8099b65d7ba1313e018b47ad0b
parent57ea68b346c1d5eb83b233c0515d6cde862faa01 (diff)
downloadmanifest-ec75a7d9400adc2798add4e2962df196a8d297b5.tar.gz
Reduce clone depth for system images
These are prebuilts so we do not really care about the history, as it is meaningless. Change-Id: I8e76563d5f5ee2c8e0f413b41163e87178e2ece3
-rw-r--r--default.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml
index cf43abf87..1cf9d81f6 100644
--- a/default.xml
+++ b/default.xml
@@ -110,7 +110,7 @@
<project path="external/flatbuffers" name="platform/external/flatbuffers" revision="main" />
<!-- Test infrastructure uses these -->
- <project path="prebuilts/android-emulator-build/system-images" name="platform/prebuilts/android-emulator-build/system-images" revision="main" />
+ <project path="prebuilts/android-emulator-build/system-images" name="platform/prebuilts/android-emulator-build/system-images" revision="main" clone-depth="1" />
<!-- Rust compiler toolchain -->
<project path="prebuilts/rust" name="platform/prebuilts/rust" clone-depth="1" revision="ed6633c7a96144bebd982e15da76295d7d6e2de9"/>