mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
android-wrapper: Auto accept android sdk license
Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b7a1b2dbf6
commit
9f7c3c31f7
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ if [ ! -d $ANDROID_SDK ] ; then
|
|||
mkdir $ANDROID_SDK
|
||||
pushd $ANDROID_SDK
|
||||
unzip -q ../$SDK_TOOLS
|
||||
bash tools/android update sdk --no-ui -a -t 1,2,3,33
|
||||
( sleep 5 && while true ; do sleep 1; echo y; done ) | bash tools/android update sdk --no-ui -a -t 1,2,3,33
|
||||
popd
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue