RFR: 8255240: Mobile builds need to exclude some modules [v5]
Magnus Ihse Bursie
ihse at openjdk.java.net
Wed Nov 4 19:23:59 UTC 2020
On Wed, 4 Nov 2020 13:14:16 GMT, Johan Vos <jvos at openjdk.org> wrote:
>> exclude some modules that are not relevant on Mobile.
>> Fix for JDK-8255240
>
> Johan Vos has updated the pull request incrementally with one additional commit since the last revision:
>
> Allow to build Awt 2d libs for ios/android
make/modules/java.desktop/lib/Awt2dLibraries.gmk line 131:
> 129: LIBAWT_CFLAGS += -DHEADLESS
> 130: endif
> 131: ifeq ($(call isTargetOs, ios), android)
This looks wrong. Maybe you meant `ifeq ($(call isTargetOs, android), true)`?
-------------
PR: https://git.openjdk.java.net/mobile/pull/10
More information about the mobile-dev
mailing list