Skip to content

Commit 2c1b754

Browse files
matanlureySydneyBao
authored andcommitted
Add open_jdk to Linux linux_android_emulator.debug_x64 (flutter#173989)
Towards flutter#173986. This build _never_ declared (either directly or through `platform_properties`) that it required the Java JDK, and appears to have been "accidentally" getting it installed via a (now expired) cache of the Java JDK. I'll file a separate issue of "should platform properties be inherited by engine v2 sub-builds". /cc @jason-simmons @gaaclarke for FYI.
1 parent 4b29fc4 commit 2c1b754

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

engine/src/flutter/ci/builders/linux_android_emulator.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
{
2424
"dependency": "goldctl",
2525
"version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"
26+
},
27+
{
28+
"dependency": "open_jdk",
29+
"version": "version:21"
2630
}
2731
],
2832
"name": "ci/android_emulator_debug_x64",

0 commit comments

Comments
 (0)