0.7
This commit is contained in:
parent
f919776f40
commit
14653c3b72
1 changed files with 2 additions and 2 deletions
4
run.sh
4
run.sh
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue