RFR: 8255240: Mobile builds need to exclude some modules [v3]

Johan Vos jvos at openjdk.java.net
Wed Nov 4 11:33:54 UTC 2020


On Wed, 4 Nov 2020 10:50:09 GMT, Tran Khanh Duy <github.com+40482367+khanhduytran0 at openjdk.org> wrote:

>> But jdk.sctp is still left out on ios?
>
> Why don't just exclude GLX (Desktop OpenGL), or port to EGL with OpenGL ES because both Android and iOS does not have Desktop OpenGL (althought GL4ES is a solution).

Excluding GLX would be good. I'm looking into that, but there are other files that need to be excluded as well (java2d/x11).
The port to EGL/OpenGL ES is exactly what is done in the OpenJFX project, and therefore it seems a bit redundant to me to re-introduce that here.

-------------

PR: https://git.openjdk.java.net/mobile/pull/10


More information about the mobile-dev mailing list