commit | c25c5475810b70cf675a86f5dc582ff7aabc796c | [log] [tgz] |
---|---|---|
author | b.liu <b.liu@mobiletek.cn> | Thu Jun 13 21:35:06 2024 +0800 |
committer | b.liu <b.liu@mobiletek.cn> | Thu Jun 13 21:35:06 2024 +0800 |
tree | 948019d79e50ccb38b897e3635e09442788c7ee4 | |
parent | 9b18cb05d20d8758a0de3999d52cd7e3e6d128ac [diff] [blame] |
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