build: Remove unused script

* http_prebuilt.mk appears to be long gone.

Change-Id: I8ca584fc1e468bb47164984bb363f0cf29750e68
This commit is contained in:
Ethan Chen
2019-06-23 00:09:41 -07:00
committed by Bruno Martins
parent b7b49cc07d
commit 123fcd3761

View File

@@ -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