Ver Fonte

修复Arg_InstallRTKAPK传入参数无效问题。

Jeff Wang há 3 anos atrás
pai
commit
3b98da4967

+ 3 - 1
自动编译系统脚本标准化/41A-CompileScript.sh

@@ -200,7 +200,9 @@ initArgument()
         Arg_InstallRTKAPK=true
         # RTK公版不能编译中间件;
         Arg_MakeTVMidware=false
-    else
+    fi
+    
+    if [ x$Arg_InstallRTKAPK = "xn" ]; then
         Arg_InstallRTKAPK=false
     fi
 

+ 3 - 1
自动编译系统脚本标准化/51M-CompileScript.sh

@@ -200,7 +200,9 @@ initArgument()
         Arg_InstallRTKAPK=true
         # RTK公版不能编译中间件;
         Arg_MakeTVMidware=false
-    else
+    fi
+    
+    if [ x$Arg_InstallRTKAPK = "xn" ]; then
         Arg_InstallRTKAPK=false
     fi