[M120 Migration][MM] Handle live stream duration and currenttime
[platform/framework/web/chromium-efl.git] / tizen_src / build / build_tv.sh
index 49776d4..5074bcd 100755 (executable)
@@ -1,11 +1,5 @@
 #!/bin/bash
 
-SCRIPTDIR=$(cd $(dirname $0); pwd -P)
+. `dirname $0`/common.sh
 
-# source common functions and vars
-. `dirname ${BASH_SOURCE[0]}`/common.sh
-
-# copy patched files (for GCC 4.5)
-. ${SCRIPTDIR}/copy_patched_files.sh
-
-gbs build  -A armv7l --incremental "$@"
+setupAndExecuteTargetBuild tv "$@"