RFR: 8347033: [mobile] add ios-specific build docs [v3]
Magnus Ihse Bursie
ihse at openjdk.org
Fri Feb 21 12:03:56 UTC 2025
On Fri, 21 Feb 2025 06:13:22 GMT, Abhinay Agarwal <duke at openjdk.org> wrote:
>> Adds build instruction for iOS
>
> Abhinay Agarwal has updated the pull request incrementally with one additional commit since the last revision:
>
> update note
Maybe it would be even better to put these instructions in the top-level README file? That way they are clearly visible to anyone looking at this repository. That would also mimick how some other project repos have done with project-specific information.
doc/building_ios.md line 44:
> 42: ```
> 43: cd build/zero-ios-aarch64
> 44: make static-libs-image
A simpler way to achieve this without having to change directories is by just executing `make CONF=zero-ios-aarch64 static-libs-image`.
-------------
PR Comment: https://git.openjdk.org/mobile/pull/34#issuecomment-2674370807
PR Review Comment: https://git.openjdk.org/mobile/pull/34#discussion_r1965366472
More information about the mobile-dev
mailing list