In the initial delivery of ios build logic, many of the unused elements were excluded with OPENJDK_TARGET_OS = ios checks.
This processing should be generalized to autoconf visible configure options to exclude specif unused elements.
--enable-launchers=no
--enable-attach=no
could be used to noop various sections of the build when these components are not used in the final deployed images.
This processing should be generalized to autoconf visible configure options to exclude specif unused elements.
--enable-launchers=no
--enable-attach=no
could be used to noop various sections of the build when these components are not used in the final deployed images.