Skip to content

Commit 1333d3b

Browse files
committed
Fix canary emulator
1 parent 335146a commit 1333d3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/avd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ resolve_vars() {
9494
UpsideDownCakePrivacySandbox) api=34 ;;
9595
VanillaIceCream) api=35 ;;
9696
Baklava) api=36 ;;
97-
36*CANARY) api=36 ;;
97+
36*CANARY) api=10000 ;;
9898
*)
9999
print_error "! Unknown system image version '$ver'"
100100
exit 1

0 commit comments

Comments
 (0)