[macOS] Fix Android tests to work with platform version S and remove Cmake 3.6 (#2757)

* Fix tests, move cmake to toolset

* add -L to curl
This commit is contained in:
Mikhail Timofeev
2021-02-19 14:52:13 +03:00
committed by GitHub
parent 18effcdd26
commit d76f3274f8
7 changed files with 14 additions and 10 deletions

View File

@@ -69,9 +69,6 @@ echo "84831b9409646a918e30573bab4c9c91346d8abd" >> $ANDROID_HOME/licenses/androi
echo "Installing latest tools & platform tools..."
echo y | $SDKMANAGER "tools" "platform-tools"
echo "Installing latest CMake..."
echo y | $SDKMANAGER "cmake;3.6.4111459"
echo "Installing latest ndk..."
ndkLtsLatest=$(get_full_ndk_version $ANDROID_NDK_MAJOR_LTS)
ndkLatest=$(get_full_ndk_version $ANDROID_NDK_MAJOR_LATEST)