Skip to content

Commit efe01a9

Browse files
committed
fix compile-libmongocapi
1 parent ab58834 commit efe01a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/setup-android-toolchain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ API_VERSION=24
2222
SDK_PACKAGE=sdk-tools-linux-3859397.zip
2323
curl -O https://dl.google.com/android/repository/$SDK_PACKAGE
2424
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"
25+
yes | ./tools/bin/sdkmanager "platforms;android-24" "emulator" "ndk-bundle" "platform-tools" "build-tools;23.0.3" "system-images;android-24;google_apis;$_SystemImageArch"
2626
)
2727

2828
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

Comments
 (0)