RFR: 8255240: Mobile builds need to exclude some modules
Johan Vos
jvos at openjdk.org
Wed Mar 27 12:48:45 UTC 2024
On Wed, 27 Mar 2024 09:53:07 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
>> This PR enables to build the static libs for ios/android for the native code in most of the modules.
>> It also adds GA scripts to build those libs on Android and iOS.
>> Note that building hotspot is disabled by this PR.
>
> make/modules/java.instrument/Lib.gmk line 66:
>
>> 64: $(BUILD_LIBINSTRUMENT): $(call FindLib, java.base, java)
>> 65:
>> 66: ifeq ($(call isTargetOs, android ios), false)
>
> And here as well...
thanks, will fix that too.
-------------
PR Review Comment: https://git.openjdk.org/mobile/pull/20#discussion_r1541040072
More information about the mobile-dev
mailing list