From c23c87b72b560cd3a6c4669ab850d2f297750152 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Mon, 18 Feb 2013 15:38:33 -0500 Subject: [PATCH] Android: Update build scripts (include a pointer back to the wiki documentation) --- android/build_all.sh | 7 ++++++- android/build_androidtc.sh | 7 ++++++- android/build_boinc.sh | 7 ++++++- android/build_curl.sh | 7 ++++++- android/build_libraries.sh | 8 +++++++- android/build_openssl.sh | 7 ++++++- 6 files changed, 37 insertions(+), 6 deletions(-) diff --git a/android/build_all.sh b/android/build_all.sh index 73b738658f..1908dedc7f 100755 --- a/android/build_all.sh +++ b/android/build_all.sh @@ -1,5 +1,10 @@ #/bin/sh -#script to compile everything BOINC needs for Android + +# +# See: http://boinc.berkeley.edu/trac/wiki/AndroidBuildClient# +# + +# Script to compile everything BOINC needs for Android ./build_androidtc.sh ./build_openssl.sh diff --git a/android/build_androidtc.sh b/android/build_androidtc.sh index bb16bc4140..ca174e61db 100755 --- a/android/build_androidtc.sh +++ b/android/build_androidtc.sh @@ -1,5 +1,10 @@ #/bin/sh -#script to setup Android toolchain + +# +# See: http://boinc.berkeley.edu/trac/wiki/AndroidBuildClient# +# + +# Script to setup Android toolchain export ANDROIDTC="$HOME/android-tc" diff --git a/android/build_boinc.sh b/android/build_boinc.sh index c6f1789f93..b442007fd5 100755 --- a/android/build_boinc.sh +++ b/android/build_boinc.sh @@ -1,5 +1,10 @@ #/bin/sh -#script to compile BOINC for Android + +# +# See: http://boinc.berkeley.edu/trac/wiki/AndroidBuildClient# +# + +# Script to compile BOINC for Android COMPILEBOINC="yes" CONFIGURE="yes" diff --git a/android/build_curl.sh b/android/build_curl.sh index 8ba0e1265b..726ae289e1 100755 --- a/android/build_curl.sh +++ b/android/build_curl.sh @@ -1,5 +1,10 @@ #/bin/sh -#script to compile Libcurl for Android + +# +# See: http://boinc.berkeley.edu/trac/wiki/AndroidBuildClient# +# + +# Script to compile Libcurl for Android COMPILECURL="yes" CONFIGURE="yes" diff --git a/android/build_libraries.sh b/android/build_libraries.sh index 2c9c1db403..992ef7c4d6 100755 --- a/android/build_libraries.sh +++ b/android/build_libraries.sh @@ -1,5 +1,11 @@ #/bin/sh -#script to compile BOINC for Android + +# +# See: http://boinc.berkeley.edu/trac/wiki/AndroidBuildApp# +# + +# Script to compile various BOINC libraries for Android to be used +# by science applications COMPILEBOINC="yes" CONFIGURE="yes" diff --git a/android/build_openssl.sh b/android/build_openssl.sh index 44c1106334..d493e3e881 100755 --- a/android/build_openssl.sh +++ b/android/build_openssl.sh @@ -1,5 +1,10 @@ #/bin/sh -#script to compile OpenSSL for Android + +# +# See: http://boinc.berkeley.edu/trac/wiki/AndroidBuildClient# +# + +# Script to compile OpenSSL for Android COMPILEOPENSSL="yes" CONFIGURE="yes"