3 SOURCE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/../../../"
4 BUILD_DIR=$( echo "$2" | cut -d'=' -f2 )
6 # HACK: alias should be expanded in script for cmake to work properly
7 shopt -s expand_aliases
8 # HACK: source again the SDK because of the alias
9 source $SDKTARGETSYSROOT/../../environment-setup-*
16 if [ "$1" == "package" ]; then