Skip to content

Commit c465458

Browse files
Revert "Try emulating recent Android"
This reverts commit eaf7dbc. It turns out this is where armv7 support ends!
1 parent eaf7dbc commit c465458

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/android-install-sdk.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ yes | "$ANDROID_SDK_BIN/sdkmanager" --licenses --no_https
6060
yes | "$ANDROID_SDK_BIN/sdkmanager" --no_https \
6161
"emulator" \
6262
"platform-tools" \
63-
"platforms;android-33" \
64-
"system-images;android-33;default;$abi"
63+
"platforms;android-24" \
64+
"system-images;android-24;default;$abi"
6565

6666
echo "no" |
6767
"$ANDROID_SDK_BIN/avdmanager" create avd \
6868
--name "${1}" \
69-
--package "system-images;android-33;default;$abi"
69+
--package "system-images;android-24;default;$abi"

0 commit comments

Comments
 (0)