mirror of
https://github.com/aria2/aria2.git
synced 2025-02-03 15:29:42 +00:00
makerelease: Provide ANDROID_HOME from outside
This commit is contained in:
parent
85cd65a664
commit
0a4b21e33b
@ -1,5 +1,10 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
if [ -z "$ANDROID_HOME" ]; then
|
||||
echo 'No $ANDROID_HOME specified.'
|
||||
exit 1
|
||||
fi
|
||||
|
||||
VERSION=$1
|
||||
PREV_VERSION=$2
|
||||
|
||||
@ -27,7 +32,6 @@ make -j3
|
||||
make distclean
|
||||
|
||||
# android
|
||||
export ANDROID_HOME=/home/tatsuhiro/workspace/android/android-9-r8b
|
||||
./android-config
|
||||
./android-make -j3
|
||||
./android-release
|
||||
|
Loading…
Reference in New Issue
Block a user