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
Marco Nilsson
66f0508747
Adapt BOINC build scripts to the moved Android assets folder.
2016-11-08 09:04:28 +01:00
Rom Walton
9bbbcc0d4f
Android: Specify alternate platforms for arm64 and x86_64 to their 32-bit counterparts.
2016-06-24 20:03:09 -07:00
Rom Walton
b983f4b70a
Android: Fix building for x86_64.
2016-06-19 19:05:10 -07:00
Rom Walton
5d31a75b7c
Android: Create an ANDROID_64 preprocessor define to deal with changes between Android API 9 and Android API 21 in the native development kit.
...
Ideally we would upgrade all platforms en mass, but forcing ARM, MIPS, and x86 to API 21 might introduce compatibility problems with our existing install base.
2016-06-19 17:58:07 -07:00
Rom Walton
2e5c5d04c3
Android: Add build scripts for BOINC on arm64 and x86_64. I'm currently having issues attempting to build curl of mips64.
2016-06-19 15:45:41 -07:00