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

Johan Vos jvos at openjdk.java.net
Mon Nov 2 15:10:15 UTC 2020


On Sat, 24 Oct 2020 13:14:47 GMT, Bob Vandette <bobv at openjdk.org> wrote:

>> Johan Vos has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   fix fi/endif issue
>
> 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.

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

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


More information about the mobile-dev mailing list