Commit c1a1659f4d1075a56511a03441fe75fa88820b4c
Committed by
Gerrit Code Review
Merge "(Android) Update version of NDK to one that supports std::filesystem" into devel/master
Showing
1 changed file
with
1 additions
and
1 deletions
build/android/build.sh
| @@ -28,7 +28,7 @@ if [ ! -d "$ANDROID_SDK" ]; then | @@ -28,7 +28,7 @@ if [ ! -d "$ANDROID_SDK" ]; then | ||
| 28 | wget --quiet https://dl.google.com/android/repository/sdk-tools-linux-4333796.zip | 28 | wget --quiet https://dl.google.com/android/repository/sdk-tools-linux-4333796.zip |
| 29 | unzip -q sdk-tools-linux-4333796.zip | 29 | unzip -q sdk-tools-linux-4333796.zip |
| 30 | tools/bin/sdkmanager --update $SdbProxyOptions | 30 | tools/bin/sdkmanager --update $SdbProxyOptions |
| 31 | - yes | tools/bin/sdkmanager $SdbProxyOptions "patcher;v4" "platform-tools" "platforms;android-29" "build-tools;29.0.2" "cmake;3.10.2.4988404" "ndk-bundle" "ndk;20.1.5948944" | 31 | + yes | tools/bin/sdkmanager $SdbProxyOptions "patcher;v4" "platform-tools" "platforms;android-29" "build-tools;29.0.2" "cmake;3.10.2.4988404" "ndk-bundle" "ndk;22.1.7171670" |
| 32 | cd - | 32 | cd - |
| 33 | fi | 33 | fi |
| 34 | fi | 34 | fi |