File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -370,8 +370,7 @@ runs:
370
370
else
371
371
echo "No workspace_status_stamp.py!"
372
372
fi
373
- sed -i '/echo "LTO $LTO "/i export LTO=thin' ./oplus/build/oplus_setup.sh
374
- sed -i 's/export REPACK_IMG=true/export REPACK_IMG=false/g' ./oplus/build/oplus_setup.sh
373
+
375
374
DATESTR=$(date -u)
376
375
perl -pi -e 's{UTS_VERSION="\$\(echo \$UTS_VERSION \$CONFIG_FLAGS \$TIMESTAMP \| cut -b -\$UTS_LEN\)"}{UTS_VERSION="#1 SMP PREEMPT '"$DATESTR"'"}' ./common/scripts/mkcompile_h
377
376
perl -pi -e 's{UTS_VERSION="\$\(echo \$UTS_VERSION \$CONFIG_FLAGS \$TIMESTAMP \| cut -b -\$UTS_LEN\)"}{UTS_VERSION="#1 SMP PREEMPT '"$DATESTR"'"}' ./msm-kernel/scripts/mkcompile_h
@@ -430,6 +429,7 @@ runs:
430
429
elif command -v clang >/dev/null 2>&1; then
431
430
SELECTED_CLANG="$(command -v clang)"
432
431
echo "Using system Clang: $SELECTED_CLANG"
432
+ exit 1
433
433
else
434
434
echo "Error: No valid Clang binary found"
435
435
exit 1
You can’t perform that action at this time.
0 commit comments