mirror of https://github.com/BOINC/boinc.git
android: Add a script to just compile BOINC for all CPU Architectures
This commit is contained in:
parent
4b4a5c360f
commit
6ebd9d1984
|
@ -0,0 +1,11 @@
|
|||
#/bin/sh
|
||||
|
||||
#
|
||||
# See: http://boinc.berkeley.edu/trac/wiki/AndroidBuildClient#
|
||||
#
|
||||
|
||||
# Script to compile everything BOINC needs for Android
|
||||
|
||||
./build_boinc_arm.sh
|
||||
./build_boinc_x86.sh
|
||||
./build_boinc_mips.sh
|
Loading…
Reference in New Issue