We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab58834 commit efe01a9Copy full SHA for efe01a9
.evergreen/setup-android-toolchain.sh
@@ -22,7 +22,7 @@ API_VERSION=24
22
SDK_PACKAGE=sdk-tools-linux-3859397.zip
23
curl -O https://dl.google.com/android/repository/$SDK_PACKAGE
24
unzip $SDK_PACKAGE
25
- echo y | ./tools/bin/sdkmanager "platforms;android-24" "emulator" "ndk-bundle" "platform-tools" "build-tools;23.0.3" "system-images;android-24;google_apis;$_SystemImageArch"
+ yes | ./tools/bin/sdkmanager "platforms;android-24" "emulator" "ndk-bundle" "platform-tools" "build-tools;23.0.3" "system-images;android-24;google_apis;$_SystemImageArch"
26
)
27
28
python $SDK_ROOT/ndk-bundle/build/tools/make_standalone_toolchain.py --arch $_ToolchainArch --api $API_VERSION --stl=libc++ --force --install-dir $TOOLCHAIN
0 commit comments