Fix for T108-2

Change-Id: Ica82e7a89955b8f34cc350ee1cc12f646e285f7d
diff --git a/build.sh b/build.sh
index 0e675bb..f9bb825 100755
--- a/build.sh
+++ b/build.sh
@@ -47,6 +47,8 @@
 		export BUILD_PROJECT=L508
 	elif [ "`echo $BUILD_PROJECT_TEMP | cut -c 1-6`" == "PN1803" ];then
 		export BUILD_PROJECT=PN1803
+	elif [ "`echo $BUILD_PROJECT_TEMP | cut -c 1-6`" == "T108-2" ];then
+		export BUILD_PROJECT=T108_2
 	elif [ "`echo $BUILD_PROJECT_TEMP | cut -c 1-4`" == "T108" ];then
 		export BUILD_PROJECT=T108
 	else