summaryrefslogtreecommitdiffstats
path: root/get-prebuilts
blob: 69eab9c1b511510b83c33bd24d23ed75ba73bffd (plain)
1
2
3
4
5
6
7
8
9
10

BASEDIR=`dirname $0`

# Get FDroid
curl -L -o $BASEDIR/prebuilt/common/apps/FDroid.apk -O -L http://f-droid.org/FDroid.apk

# Get Android Terminal Emulator
curl -L -o $BASEDIR/prebuilt/common/apps/Term.apk -O -L https://github.com/downloads/jackpal/Android-Terminal-Emulator/Term.apk
unzip -o -d $BASEDIR/prebuilt/common/apps/ $BASEDIR/prebuilt/common/apps/Term.apk lib/armeabi/libjackpal-androidterm4.so