Alexander Schlarb
3ee7631354
Android: update order of binary search path in build scripts
...
* `PATH` environment was: `export PATH="$PATH:$TCBINARIES:$TCINCLUDES/bin"`
* If system `libcurl-dev` (Debian) is installed its `curl-config` script will be first in `PATH`
* `./configure` will choose the system `curl-config` and fail to compile
2018-03-23 18:10:01 +01:00
Oliver Bock
115db9e889
[android] Fixed/improved Android build scripts
...
* Removed hard-coded paths and dependency versions
* Default values can now be overridden via environment variables:
* NDK_ROOT (recommended)
* ANDROID_TC[_<arch>] (optional: toolchain folders)
* CURL_SRC (recommended)
* OPENSSL_SRC (recommended)
* Fixed cURL mips64 build
* Moved toolchains into common parent directory
* Made asset directory creation idempotent
2017-03-29 09:08:02 +00:00
Rom Walton
6fa5ca6b2e
Android: Add support for mips64 (in theory)
2016-06-24 20:29:16 -07:00
Rom Walton
2327d90dea
Android: Update build scripts to support OpenSSL 1.0.2g and libCurl 7.48.0
2016-04-15 13:34:33 -04:00
Rom Walton
b5012e7c9f
ANDROID: Use latest OpenSSL and libcurl
2014-12-17 15:25:40 -05:00
Rom Walton
932d67ea2e
android: Set the minSdkVersion to 16 (Android 4.1) and add the position-independent-executable flags for native code build scripts.
2014-11-19 19:34:54 -05:00
Rom Walton
a4f9dde8dd
ANDROID: Use latest OpenSSL and libcurl
2014-06-16 17:24:58 -04:00
Rom Walton
7179b0e27b
android: Use different toolchain directories. OpenSSL appears to be sensitive and will not successfully compile if built for a different CPU architecture first. (temp file?)
2013-10-22 13:59:26 -04:00
Rom Walton
d1cd5d3f8e
android: more tweaks for the various CPU Architectures
2013-10-22 13:00:50 -04:00
Rom Walton
bfe8ee6921
android: Attempt to fix OpenSSL compile problem on x86/mips
2013-10-22 12:02:04 -04:00
Rom Walton
efc25bbd78
android: Add cross-compile scripts for the x86 and MIPS CPU architectures
2013-10-22 11:19:42 -04:00