[libpng] fix Android ARM triplet build failure#18115
Merged
strega-nil-ms merged 7 commits intomicrosoft:masterfrom Jun 9, 2021
luncliff:port/libpng
Merged
[libpng] fix Android ARM triplet build failure#18115strega-nil-ms merged 7 commits intomicrosoft:masterfrom luncliff:port/libpng
strega-nil-ms merged 7 commits intomicrosoft:masterfrom
luncliff:port/libpng
Conversation
* arm-android build keeps failing
JackBoosY
approved these changes
May 26, 2021
Contributor
|
Waiting for #18116 merge. |
Contributor
Author
|
I found |
JackBoosY
suggested changes
May 31, 2021
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Contributor
|
Please ping me if this PR is ready for review. |
Contributor
Author
|
I checked triplets and build was successful with local machine. I think it will be fine when CI passes. |
JackBoosY
approved these changes
Jun 2, 2021
Contributor
|
LGTM. |
Contributor
|
Thanks @luncliff :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does your PR fix?
Fix build failure of
libpngtargeting Androidarm-android.Port version 14 fails with the following error (install-arm-android-dbg-out.log)
Change option
PNG_ARM_NEON=ontoPNG_ARM_NEON=check.Related Issues
arm-android.cmakePNG_ARM_NEON=onspecifiedWhich triplets are supported/not supported? Have you updated the CI baseline?
arm-androidDoes your PR follow the maintainer guide?
Yes