[M120 Migration][MM] Handle live stream duration and currenttime
[platform/framework/web/chromium-efl.git] / tizen_src / build / build_emulator.sh
1 #!/bin/bash
2
3 # source common functions and vars
4 . `dirname $0`/common.sh
5
6 platform="$1"
7 shift
8
9 if [ "$platform" == "mobile" ]; then
10   setupAndExecuteTargetBuild mobile_emulator "$@"
11 elif [ "$platform" == "tv" ]; then
12   setupAndExecuteTargetBuild tv_emulator "$@"
13 else
14   echo "Cannot build emulator for platform=$platform"
15 fi