2018-01-28 19:56:22 +00:00
|
|
|
#!/bin/sh
|
|
|
|
set -e
|
2013-02-18 20:38:33 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# See: http://boinc.berkeley.edu/trac/wiki/AndroidBuildClient#
|
|
|
|
#
|
|
|
|
|
|
|
|
# Script to compile everything BOINC needs for Android
|
2013-01-16 18:17:50 +00:00
|
|
|
|
2013-10-22 15:19:42 +00:00
|
|
|
./build_androidtc_arm.sh
|
2016-06-21 05:17:28 +00:00
|
|
|
./build_androidtc_arm64.sh
|
2013-10-22 15:19:42 +00:00
|
|
|
./build_androidtc_x86.sh
|
2016-06-21 05:17:28 +00:00
|
|
|
./build_androidtc_x86_64.sh
|
2013-10-22 15:19:42 +00:00
|
|
|
./build_openssl_arm.sh
|
2016-06-21 05:17:28 +00:00
|
|
|
./build_openssl_arm64.sh
|
2013-10-22 15:19:42 +00:00
|
|
|
./build_openssl_x86.sh
|
2016-06-21 05:17:28 +00:00
|
|
|
./build_openssl_x86_64.sh
|
2013-10-22 15:19:42 +00:00
|
|
|
./build_curl_arm.sh
|
2016-06-21 05:17:28 +00:00
|
|
|
./build_curl_arm64.sh
|
2013-10-22 15:19:42 +00:00
|
|
|
./build_curl_x86.sh
|
2016-06-21 05:17:28 +00:00
|
|
|
./build_curl_x86_64.sh
|
2013-10-22 15:19:42 +00:00
|
|
|
./build_boinc_arm.sh
|
2016-06-21 05:17:28 +00:00
|
|
|
./build_boinc_arm64.sh
|
2013-10-22 15:19:42 +00:00
|
|
|
./build_boinc_x86.sh
|
2016-06-21 05:17:28 +00:00
|
|
|
./build_boinc_x86_64.sh
|