aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2014-03-13 22:27:26 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2014-03-13 22:27:26 +0530
commit74edd4da0f58cf559914d6e467f357ed6fe8d2f3 (patch)
tree99219029c76ae63cc727dd0ac8ce2102a84045d6
parente72bedd145f134226c94e72d9f1181d01d893309 (diff)
copy .repo directory from local mirror
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rw-r--r--build-scripts/helpers1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-scripts/helpers b/build-scripts/helpers
index 9001b46..7fc2a87 100644
--- a/build-scripts/helpers
+++ b/build-scripts/helpers
@@ -36,6 +36,7 @@ repo-sync-stubborn () {
repo-sync-from-mirror () {
setup-repo-vars
+ time cp -r /AndroidSource/.repo/ .
repo init $REPO_QUIET -u "${MANIFEST_REPO}" -b "${MANIFEST_BRANCH}" -m "${MANIFEST_FILENAME}" $REPO_MIRROR -g $REPO_GROUPS
# Save input manifest as build artifact for reference
mkdir -p out