File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,6 @@ jobs:
162162 sed -i '$s|echo "\$res"|echo "\$res-Wild+"|' ./common/scripts/setlocalversion
163163 sed -i "/stable_scmversion_cmd/s/-maybe-dirty//g" ./build/kernel/kleaf/impl/stamp.bzl
164164 sed -i 's/-dirty//' ./common/scripts/setlocalversion
165- sed -i 's|^source kernel_platform/oplus/build/oplus_setup.sh \$1 \$2|source kernel_platform/oplus/build/oplus_setup.sh \$1 \$2 \$3 \$4 \$5|' ./oplus/build/oplus_build_kernel.sh
166165
167166 # Run perl command to modify UTS_VERSION
168167 perl -pi -e 's{UTS_VERSION="\$\(echo \$UTS_VERSION \$CONFIG_FLAGS \$TIMESTAMP \| cut -b -\$UTS_LEN\)"}{UTS_VERSION="#1 SMP PREEMPT Sat Apr 20 04:20:00 UTC 2024"}' ./common/scripts/mkcompile_h
@@ -174,11 +173,11 @@ jobs:
174173
175174 echo "Building the kernel..."
176175 rm -rf ./kernel_platform/common/android/abi_gki_protected_exports_*
177- git config --global user.email "[email protected] " 178- git config --global user.name "TheWildJames"
179- git add *
180- git commit -s -a -m "getting rid of -dirty"
181- ./kernel_platform/oplus/build/oplus_build_kernel.sh pineapple gki thin all none
176+ # git config --global user.email "[email protected] " 177+ # git config --global user.name "TheWildJames"
178+ # git add *
179+ # git commit -s -a -m "getting rid of -dirty"
180+ ./kernel_platform/oplus/build/oplus_build_kernel.sh pineapple gki
182181
183182 - name : Create Bootimgs Folder and Copy Images
184183 run : |
You can’t perform that action at this time.
0 commit comments