aboutsummaryrefslogtreecommitdiff
path: root/tools/depends
diff options
context:
space:
mode:
authorChris "Koying" Browet <cbro@semperpax.com>2013-10-14 16:18:24 +0200
committerChris "Koying" Browet <cbro@semperpax.com>2013-10-15 13:32:15 +0200
commit7a67f02f54c183cab0c76a133562c9259b0dfca4 (patch)
tree105656c407abe727de4610955efda7d566c48142 /tools/depends
parent3736c66954ec903af01755b8502e3aeadfcf1454 (diff)
FIX: [stagefright] use the mirrors to host the android sources extract
Diffstat (limited to 'tools/depends')
-rw-r--r--tools/depends/target/android-sources-ics/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/android-sources-ics/Makefile b/tools/depends/target/android-sources-ics/Makefile
index 63e810b9ae..3b0bf57274 100644
--- a/tools/depends/target/android-sources-ics/Makefile
+++ b/tools/depends/target/android-sources-ics/Makefile
@@ -26,7 +26,7 @@ $(ANDROID_SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE)
$(TARBALLS_LOCATION)/$(ARCHIVE):
echo "Fetching Android system headers"
- cd $(TARBALLS_LOCATION); $(RETRIEVE_TOOL) -Ls -f "http://www.semperpax.be/owncloud/public.php?service=files&t=62797c6fe0910eb3237cb2799a348ca9&download" -o $(TARBALLS_LOCATION)/$(ARCHIVE)
+ cd $(TARBALLS_LOCATION); $(RETRIEVE_TOOL) $(RETRIEVE_TOOL_FLAGS) $(BASE_URL)/$(ARCHIVE)
install-sources: $(ANDROID_SOURCE)
mkdir -p $(PREFIX)/opt