[Feature][T108][task-view-1591] call start_oemapp.sh script when booting up 1

Only Configure: No
Affected branch: GSW_V1453
Affected module: ALL
Is it affected on IC: only ASR
Self-test: yes
Doc Update: no

Change-Id: I596b5590fe227159eaffef6c2a5efebd7f293be8
diff --git a/build.sh b/build.sh
index efe3d45..712b03b 100755
--- a/build.sh
+++ b/build.sh
@@ -184,6 +184,10 @@
 			ln -s ../init.d/mbtk_logd S13mbtk_logd
 		fi
 
+		if [ ! -f S20gsw_start -a -f ../init.d/gsw_start ];then
+			ln -s ../init.d/gsw_start S20gsw_start
+		fi
+
 		cd $CUR_PWD
 
 		if [ -d $MBTK_DIR/lib_tmp ];then