Fix LKM build error due to kernel module listing
Co-authored-by: James McConnell <bins4us@hotmail.com> Co-authored-by: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com> Co-authored-by: Rifat Azad <33044977+rifsxd@users.noreply.github.com> Signed-off-by: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com>
This commit is contained in:
5
.github/workflows/gki-kernel.yml
vendored
5
.github/workflows/gki-kernel.yml
vendored
@@ -198,7 +198,10 @@ jobs:
|
|||||||
- name: Make working directory clean to avoid dirty
|
- name: Make working directory clean to avoid dirty
|
||||||
working-directory: android-kernel
|
working-directory: android-kernel
|
||||||
run: |
|
run: |
|
||||||
# rm common/android/abi_gki_protected_exports_* || echo "No protected exports!"
|
if [ -e common/BUILD.bazel ]; then
|
||||||
|
sed -i '/^[[:space:]]*"protected_exports_list"[[:space:]]*:[[:space:]]*"android\/abi_gki_protected_exports_aarch64",$/d' common/BUILD.bazel
|
||||||
|
fi
|
||||||
|
rm common/android/abi_gki_protected_exports_* || echo "No protected exports!"
|
||||||
git config --global user.email "bot@kernelsu.org"
|
git config --global user.email "bot@kernelsu.org"
|
||||||
git config --global user.name "KernelSUBot"
|
git config --global user.name "KernelSUBot"
|
||||||
cd common/ && git add -A && git commit -a -m "Add KernelSU"
|
cd common/ && git add -A && git commit -a -m "Add KernelSU"
|
||||||
|
|||||||
Reference in New Issue
Block a user