android: remove unneeded dl-ndk-ci.sh

This commit is contained in:
Sander van Grieken
2026-04-22 11:26:06 +02:00
parent 29b5e1672b
commit 83b6770021
-8
View File
@@ -1,8 +0,0 @@
#!/bin/sh
if [ -z "$1" ]; then
echo "missing url"
exit 1
fi
echo $1
curl $1 | grep "var JSVariables" | python3 -c "import sys; line=sys.stdin.read(); line=line[line.find('{'):-2]; import json; j=json.loads(line); print(j['artifactUrl'])" | wget -i - -O android-ndk-ci-linux-x86_64.zip