Skip to content

Commit

Permalink
Merge pull request #3431 from koying/quickpr
Browse files Browse the repository at this point in the history
FIX: [stagefright] use the mirrors to host the android sources extract
  • Loading branch information
Memphiz committed Oct 15, 2013
2 parents 3736c66 + 7a67f02 commit 632be87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/depends/target/android-sources-ics/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 632be87

Please sign in to comment.