ci: fix build for protectd symbols

This commit is contained in:
weishu
2023-10-25 09:12:20 +08:00
parent a3e939ab90
commit fb6565bd19

View File

@@ -157,7 +157,7 @@ jobs:
- name: Make working directory clean to avoid dirty
working-directory: android-kernel
run: |
sed -i '/^rfkill_/d' common/android/abi_gki_protected_exports_*
sed -i '/^rfkill_/d' common/android/abi_gki_protected_exports_* || echo "No protected exports!"
git config --global user.email "bot@kernelsu.org"
git config --global user.name "KernelSUBot"
cd common/ && git add -A && git commit -a -m "Add KernelSU"