From bcda378194051b1fa7e1c74f08521fa7cae431b4 Mon Sep 17 00:00:00 2001 From: Alex Naidis Date: Tue, 19 Jul 2016 19:08:04 +0200 Subject: [PATCH] build-script: set repo params for smallest download * Makes a big difference with the new caf manifest since we don't have to clone all branches Change-Id: Ibe4298c42298febe432eb6c27c5d83787cdb4d0f Signed-off-by: Alex Naidis --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 03c4d854..c4f6390f 100755 --- a/build.sh +++ b/build.sh @@ -126,7 +126,7 @@ fi if [ "$FLAG_SYNC" = 'y' ]; then echo -e "${CLR_BLD_BLU}Downloading the latest source files${CLR_RST}" echo -e "" - repo sync -j"$THREADS" + repo sync -j"$THREADS" -c --no-clone-bundle fi # Mask Java, if it seems to be faulty