This commit is contained in:
Phapoom Saksri 2025-04-13 18:55:50 +07:00 committed by GitHub
parent f919776f40
commit 14653c3b72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
run.sh
View file

@ -11,7 +11,7 @@ export IS_CI=false
export DEFCONFIG="wonderful_defconfig" export DEFCONFIG="wonderful_defconfig"
export DEVICE="a23xq" export DEVICE="a23xq"
export DEVICE_ID="A23 5G" export DEVICE_ID="A23 5G"
export PROJECT_VERSION="0.6" export PROJECT_VERSION="0.7"
export LLVM=1 export LLVM=1
export LLVM_IAS=1 export LLVM_IAS=1
export KERNELSU=true export KERNELSU=true
@ -26,4 +26,4 @@ echo "===================================================="
mv out/.config out/build_config.txt mv out/.config out/build_config.txt
gitsha1=$(git rev-parse --short HEAD) gitsha1=$(git rev-parse --short HEAD)
buildDetails="`make kernelversion`-`echo $DEVICE`_`echo $gitsha1`-`date +'%Y%m%d%H%M%S'`" && echo "buildDetails=$buildDetails" buildDetails="`make kernelversion`-`echo $DEVICE`_`echo $gitsha1`-`date +'%Y%m%d%H%M%S'`" && echo "buildDetails=$buildDetails"