mirror of
https://github.com/godotengine/build-containers.git
synced 2026-01-04 18:10:06 +03:00
Android: Fix 32-bit Mono builds compat with API < 21
The fix is done in https://github.com/godotengine/godot-mono-builds/pull/22. Also bump build-tools/platform to API 30 to match current 3.2 branch.
This commit is contained in:
@@ -11,7 +11,7 @@ RUN if [ -z "${mono_version}" ]; then echo -e "\n\nargument mono-version is mand
|
||||
unzip commandlinetools-linux-6609375_latest.zip && \
|
||||
rm commandlinetools-linux-6609375_latest.zip && \
|
||||
yes | tools/bin/sdkmanager --licenses && \
|
||||
tools/bin/sdkmanager 'ndk;21.3.6528147' 'build-tools;29.0.3' 'platforms;android-29' 'cmake;3.10.2.4988404'
|
||||
tools/bin/sdkmanager 'ndk;21.3.6528147' 'build-tools;30.0.1' 'platforms;android-30' 'cmake;3.10.2.4988404'
|
||||
|
||||
ENV ANDROID_SDK_ROOT=/root/sdk/
|
||||
ENV ANDROID_NDK_ROOT=/root/sdk/ndk/21.3.6528147/
|
||||
|
||||
Reference in New Issue
Block a user