pelya / libiconv-libicu-android

Port of libiconv and libicu to Android
The Unlicense
30 stars 44 forks source link

No support for arm64 #4

Closed multiplemonomials closed 7 years ago

multiplemonomials commented 7 years ago

With the growth of arm64/aarch64 devices, people need to be able to build these libraries for those architectures as well.

I made a cross tools script that works for me (with a bit of cajoling) for arm64, but it is not 100% tested and working.

multiplemonomials commented 7 years ago

Oh, if people want it, I ran a full build of both libraries for all 5 architectures. You can download it here. It uses gnustl_shared for the c++ library, so make sure to set that in your build systems.

pelya commented 7 years ago

Nice. If you make a merge request I'll merge that.

pelya commented 7 years ago

Fixed