mirror of https://github.com/aria2/aria2
parent
85cd65a664
commit
0a4b21e33b
|
@ -1,5 +1,10 @@
|
||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
|
if [ -z "$ANDROID_HOME" ]; then
|
||||||
|
echo 'No $ANDROID_HOME specified.'
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
VERSION=$1
|
VERSION=$1
|
||||||
PREV_VERSION=$2
|
PREV_VERSION=$2
|
||||||
|
|
||||||
|
@ -27,7 +32,6 @@ make -j3
|
||||||
make distclean
|
make distclean
|
||||||
|
|
||||||
# android
|
# android
|
||||||
export ANDROID_HOME=/home/tatsuhiro/workspace/android/android-9-r8b
|
|
||||||
./android-config
|
./android-config
|
||||||
./android-make -j3
|
./android-make -j3
|
||||||
./android-release
|
./android-release
|
||||||
|
|
Loading…
Reference in New Issue