This file contains 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
#!/bin/sh | |
export NDK=/home/$USER/Android/Sdk/ndk/23.1.7779620 | |
export GMP_VERSION=6.2.1 | |
export MPFR_VERSION=4.1.0 | |
export XZ_VERSION=5.2.5 | |
export GETTEXT_VERSION=0.21 | |
export LIBICONV_VERSION=1.16 | |
export ZLIB_VERSION=1.2.11 |