bc4f54b86f84dbca933d500af620f3d57f5d0737
[platform/framework/web/chromium-efl.git] / tizen_src / build / build_mobile.sh
1 #!/bin/bash
2
3 SCRIPTDIR=$(cd $(dirname $0); pwd -P)
4
5 # source common functions and vars
6 . `dirname ${BASH_SOURCE[0]}`/common.sh
7
8 ${SCRIPTDIR}/apply_patches.sh
9
10 if [ ! -f "$HOME/.gbs.conf" ]; then
11     CONF_FLAG="--conf ${SCRIPTDIR}/gbs.conf"
12     PROFILE_FLAG="-P tizenmb_v2.3"
13 fi
14
15 gbs $CONF_FLAG build $PROFILE_FLAG -A armv7l --incremental "$@"
16
17 ${SCRIPTDIR}/apply_patches.sh -r