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

Magnus Ihse Bursie ihse at openjdk.java.net
Wed Nov 4 19:23:57 UTC 2020


On Wed, 4 Nov 2020 13:25:08 GMT, Johan Vos <jvos at openjdk.org> wrote:

>> 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.
>
> correct, that one is still failing on ios (Sctp.h includes linux/types.h)

@johanvos If you look at make/modules/jdk.sctp/Lib.gmk, you see that the native library is excluded on macosx and aix.

I'm not sure about the details here, maybe sctp support is not possible on iOS, but maybe the macos pure java implementation is what's needed on iOS as well?

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

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


More information about the mobile-dev mailing list