summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Jansen <jansene@google.com>2017-06-13 20:00:43 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-06-13 20:00:43 +0000
commitbf0dafede3fafd5bf28c631489cd15fd222c139d (patch)
treefae93ecad8289e589113dd8e00ffac9f9ad40548
parenta93d2d3736c481ed4722b3800233b772da701084 (diff)
parentf75c4366bcb1519694962abd0d1c47933a69137f (diff)
downloadx86_64-linux-glibc2.11-4.8-bf0dafede3fafd5bf28c631489cd15fd222c139d.tar.gz
Fix repository location am: ed4f6b503e am: 837f678981 am: a461e1b316studio-3.0ndk-r17bndk-r17-beta2ndk-r17-beta1ndk-r17gradle_3.0.0android-wear-8.0.0_r1android-p-preview-1android-o-mr1-iot-release-smart-display-r9android-o-mr1-iot-release-smart-display-r8android-o-mr1-iot-release-smart-display-r5android-o-mr1-iot-release-smart-display-r40.1Jandroid-o-mr1-iot-release-smart-display-r4android-o-mr1-iot-release-smart-display-r39android-o-mr1-iot-release-smart-display-r30android-o-mr1-iot-release-smart-display-r3android-o-mr1-iot-release-smart-display-r22android-o-mr1-iot-release-smart-display-r14android-o-mr1-iot-release-smart-clock-r6android-o-mr1-iot-release-smart-clock-r2android-o-mr1-iot-release-smart-clock-fsiandroid-o-mr1-iot-release-smart-clock-fcsandroid-o-mr1-iot-release-cube_r2android-o-mr1-iot-release-cube-fsiandroid-o-mr1-iot-release-cube-fcsandroid-o-mr1-iot-release-1.0.8android-o-mr1-iot-release-1.0.7android-o-mr1-iot-release-1.0.5android-o-mr1-iot-release-1.0.4android-o-mr1-iot-release-1.0.3android-o-mr1-iot-release-1.0.2android-o-mr1-iot-release-1.0.14android-o-mr1-iot-release-1.0.13android-o-mr1-iot-release-1.0.12android-o-mr1-iot-release-1.0.10android-o-mr1-iot-release-1.0.1android-o-mr1-iot-release-1.0.0android-o-mr1-iot-preview-8android-o-mr1-iot-preview-7android-n-iot-release-smart-display-r2android-n-iot-release-smart-displayandroid-n-iot-release-polk-at1android-n-iot-release-lg-thinq-wk7android-n-iot-release-ihome-igv1oreo-mr1-iot-releaseoreo-mr1-devoreo-mr1-1.2-iot-releaseo-mr1-iot-preview-8o-mr1-iot-preview-7nougat-iot-releasendk-release-r17llvm-r316199
am: f75c4366bc Change-Id: I645bfe7a4ee94c45af8a8f73b8387317b0cac037
-rwxr-xr-xbuild-lucid-multilib-toolchain.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-lucid-multilib-toolchain.sh b/build-lucid-multilib-toolchain.sh
index 0bb489d..878a37d 100755
--- a/build-lucid-multilib-toolchain.sh
+++ b/build-lucid-multilib-toolchain.sh
@@ -148,7 +148,7 @@ sysroot_dir () { echo "$(install_dir)/sysroot"; }
JOBS=$(cat /proc/cpuinfo | grep -c processor)
# The base URL of the Ubuntu mirror we're going to use.
-UBUNTU_MIRROR=http://mirrors.us.kernel.org
+UBUNTU_MIRROR=http://old-releases.ubuntu.com/
# Ubuntu release name we want packages from. Can be a name or a number
# (i.e. "lucid" or "10.04")