-
Notifications
You must be signed in to change notification settings - Fork 37.7k
depends: update README.md with working Android targets and API levels #17365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Wouldn't it be better to create a file for this in the |
I don't think so. This is specific to depends and other platform cross-compilation instructions are in the same file. |
It's fine. It's not that long yet, and if you search the repo for Android you'll find it :-) ACK 3fe1aba |
…argets and API levels 3fe1aba depends: move README.md Android instructions to a separate section (Igor Cota) aa9b84a depends: update README.md with working Android targets and API levels (Igor Cota) Pull request description: Per @Sjors comments in bitcoin#16110 (review) ACKs for top commit: Sjors: ACK 3fe1aba Tree-SHA512: 7a2e676070d51c7a4291b0d4b638f52321c08cc6ebe2bd2c02ba62f6cc3dd8a73227df4693c6ce9201863eb0bf26e0133805347b9016cb0f9a389a49cc9492aa
thanks alot! |
Future note: please don't tag Github usernames in commit messages; it results in spam when altcoins backport it. My own fault for missing that :-) |
You didn't miss anything. 😄 I read |
No, I think the merge script should take care of that. I thought it stripped the |
No, it doesn't strip them—as this might corrupt, say, mail addresses, github's parsing is pretty ambigious and heuristic-based and replicating this is non-trivial! |
Per @Sjors comments in #16110 (review)