RFR: 8255240: Mobile builds need to exclude some modules [v3]
Magnus Ihse Bursie
ihse at openjdk.java.net
Mon Nov 2 22:32:02 UTC 2020
On Mon, 2 Nov 2020 15:04:24 GMT, Johan Vos <jvos at openjdk.org> wrote:
>> make/common/Modules.gmk line 235:
>>
>>> 233:
>>> 234: ################################################################################
>>> 235: # Filter out specific modules for mobile platforms
>>
>> Is there a reason why you want to excluded these modules? I would think that it might be nice to be able to manage a mobile application remotely. If these modules are incompatible with native-image, then just remove them from your built images when you create a GraalVM builder image.
>
> They are included again now.
But jdk.sctp is still left out on ios?
-------------
PR: https://git.openjdk.java.net/mobile/pull/10
More information about the mobile-dev
mailing list