Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 10dc07b

Browse files
authored
Update emulator definitions version to latest available from chrome infra (#56313)
Update to the latest definitions of emulator configurations. (except x86/api28 see b/379736755) Specifically to past https://crrev.com/c/5908894 which added `gpu_mode: "swangle_indirect"` to the api 35 proto. This should help with emulator stability on versions past android 13. Related to b/371020223 Research notes / my findings for how this system works at go/flutter-android-ci-emulator
1 parent c9a965c commit 10dc07b

5 files changed

+12
-12
lines changed

ci/builders/linux_android_emulator.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
{
4848
"dependency": "avd_cipd_version",
49-
"version": "build_id:8735216702926189361"
49+
"version": "build_id:8733065022087935185"
5050
}
5151
],
5252
"contexts": [
@@ -78,7 +78,7 @@
7878
},
7979
{
8080
"dependency": "avd_cipd_version",
81-
"version": "build_id:8735216702926189361"
81+
"version": "build_id:8733065022087935185"
8282
}
8383
],
8484
"contexts": [

ci/builders/linux_android_emulator_34.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
{
4848
"dependency": "avd_cipd_version",
49-
"version": "build_id:8740267484269553649"
49+
"version": "build_id:8733065022087935185"
5050
}
5151
],
5252
"contexts": [
@@ -78,7 +78,7 @@
7878
},
7979
{
8080
"dependency": "avd_cipd_version",
81-
"version": "build_id:8740267484269553649"
81+
"version": "build_id:8733065022087935185"
8282
}
8383
],
8484
"contexts": [
@@ -156,4 +156,4 @@
156156
]
157157
}
158158
]
159-
}
159+
}

ci/builders/linux_android_emulator_opengles_34.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
{
4848
"dependency": "avd_cipd_version",
49-
"version": "build_id:8740267484269553649"
49+
"version": "build_id:8733065022087935185"
5050
}
5151
],
5252
"contexts": [
@@ -78,7 +78,7 @@
7878
},
7979
{
8080
"dependency": "avd_cipd_version",
81-
"version": "build_id:8740267484269553649"
81+
"version": "build_id:8733065022087935185"
8282
}
8383
],
8484
"contexts": [
@@ -94,4 +94,4 @@
9494
]
9595
}
9696
]
97-
}
97+
}

ci/builders/standalone/linux_android_emulator_skia.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
{
4242
"dependency": "avd_cipd_version",
43-
"version": "build_id:8735216702926189361"
43+
"version": "build_id:8733065022087935185"
4444
}
4545
],
4646
"contexts": [
@@ -64,7 +64,7 @@
6464
},
6565
{
6666
"dependency": "avd_cipd_version",
67-
"version": "build_id:8735216702926189361"
67+
"version": "build_id:8733065022087935185"
6868
}
6969
],
7070
"contexts": [

ci/builders/standalone/linux_android_emulator_skia_34.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
{
4242
"dependency": "avd_cipd_version",
43-
"version": "build_id:8740267484269553649"
43+
"version": "build_id:8733065022087935185"
4444
}
4545
],
4646
"contexts": [
@@ -64,7 +64,7 @@
6464
},
6565
{
6666
"dependency": "avd_cipd_version",
67-
"version": "build_id:8740267484269553649"
67+
"version": "build_id:8733065022087935185"
6868
}
6969
],
7070
"contexts": [

0 commit comments

Comments
 (0)