build: Remove unused script

* http_prebuilt.mk appears to be long gone.

Change-Id: I8ca584fc1e468bb47164984bb363f0cf29750e68
gugelfrei
Ethan Chen 5 years ago committed by Bruno Martins
parent b7b49cc07d
commit 123fcd3761

@ -1,6 +0,0 @@
#!/bin/bash
url=$1
output=$2
curl -L "$url" --create-dirs -o $output --compressed -H "Accept-Encoding: gzip,deflate,sdch" && exit 0 || exit 1
Loading…
Cancel
Save