We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 335146a commit 1333d3bCopy full SHA for 1333d3b
1 file changed
scripts/avd.sh
@@ -94,7 +94,7 @@ resolve_vars() {
94
UpsideDownCakePrivacySandbox) api=34 ;;
95
VanillaIceCream) api=35 ;;
96
Baklava) api=36 ;;
97
- 36*CANARY) api=36 ;;
+ 36*CANARY) api=10000 ;;
98
*)
99
print_error "! Unknown system image version '$ver'"
100
exit 1
0 commit comments