We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24ec6d commit 0f9a5feCopy full SHA for 0f9a5fe
.github/workflows/build-kernel-op12.yml
@@ -174,6 +174,8 @@ jobs:
174
175
echo "Building the kernel..."
176
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
0 commit comments