[Bugfix][T108][bug-view-1791]close SELINUX
Only Configure: No
Affected branch: GSW_V1453
Affected module: secure
Is it affected on IC: only ASR
Self-test: yes
Doc Update: no
Change-Id: Ic8a22e7310f8f3eb8038ceefa9e1c81a8ed08c48
diff --git a/build.sh b/build.sh
index 8346703..463ffbf 100755
--- a/build.sh
+++ b/build.sh
@@ -582,8 +582,8 @@
if [ "$SEC_SUPPORT" == "Y" ];then
# build mbtk lib in the first.
build_mbtk
-
- excmd make OPT_SEC=y -j8 V=99 2>&1 | tee build.log
+ excmd make -j8 V=99 2>&1 | tee build.log
+ # excmd make OPT_SEC=y -j1 V=99 2>&1 | tee build.log
else
excmd make -j8 V=99 2>&1 | tee build.log
fi