boinc/android/build_apps.sh

17 lines
342 B
Bash
Executable File

#!/bin/sh
set -e
if [ ! -d "android" ]; then
echo "start this script in the source root directory"
exit 1
fi
export VERBOSE="no"
BUILD_DIR="$PWD/3rdParty/buildCache"
echo '===== BOINC apps for all platforms build start ====='
android/build_component.sh --component apps
echo '===== BOINC apps for all platforms build done ====='