3 # source common functions and vars
4 . `dirname $0`/common.sh
9 if [ "$platform" == "mobile" ]; then
10 setupAndExecuteTargetBuild mobile_emulator "$@"
11 elif [ "$platform" == "tv" ]; then
12 setupAndExecuteTargetBuild tv_emulator "$@"
14 echo "Cannot build emulator for platform=$platform"