diff --git a/README.md b/README.md index ab22a53..ad7b542 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ libiconv-libicu-android Port of libiconv and libicu to Android -You will need NDK r15, curl, autoconf, automake, libtool, and git installed. +You will need NDK r16, curl, autoconf, automake, libtool, and git installed. There are no sources and no patches - everything is done with magical build scripts, -just run build.sh and enjoy. +just run build-swift.sh and enjoy. Don't forget to strip them, because they are huge with debug info included. There is no mips architecture, because there are very few devices using this architecture in the wild. diff --git a/build-swift.sh b/build-swift.sh new file mode 100755 index 0000000..5895de3 --- /dev/null +++ b/build-swift.sh @@ -0,0 +1 @@ +SKIP_HARFBUZZ=1 SHARED_ICU=1 SKIP_ICONV=1 ARCHS='armeabi-v7a' LIBSUFFIX=swift ./build.sh