mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-04 23:28:19 -05:00
Last build tweak for a while, promise.
This commit is contained in:
parent
7290a25da0
commit
be8e7ff560
@ -9,13 +9,17 @@ extra-android-m2repository
|
||||
extra-android-support
|
||||
extra-google-m2repository"
|
||||
|
||||
echo "Updating packages..."
|
||||
sudo apt-get update -qq
|
||||
|
||||
echo "Installing Android dependencies..."
|
||||
sudo apt-get install -qq --force-yes libgd2-xpm ia32-libs ia32-libs-multiarch
|
||||
|
||||
wget http://dl.google.com/android/android-sdk_r23.0.2-linux.tgz
|
||||
tar -zxf android-sdk_r23.0.2-linux.tgz
|
||||
|
||||
for COMP in ${COMPONENTS}
|
||||
do
|
||||
echo "Installing: $COMP"
|
||||
echo "Installing Android component: $COMP"
|
||||
echo "yes" | android-sdk-linux/tools/android update sdk -u -a -t ${COMP} > /dev/null
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user