From 5bf3bab7724b100962f0c0a9b225433be2692aab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 20 Aug 2021 09:53:05 +0200 Subject: [PATCH] Android: Install platform30 manually Just because I didn't feel like rebuild the Android container used for 3.3. --- build-android/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-android/build.sh b/build-android/build.sh index e0c49cf..5f63ee9 100755 --- a/build-android/build.sh +++ b/build-android/build.sh @@ -9,6 +9,8 @@ export OPTIONS="production=yes" export OPTIONS_MONO="module_mono_enabled=yes mono_static=no" export TERM=xterm +${ANDROID_SDK_ROOT}/cmdline-tools/bin/sdkmanager --sdk_root="${ANDROID_SDK_ROOT}" 'platforms;android-30' + rm -rf godot mkdir godot cd godot