ci: remove protected symbols

This commit is contained in:
weishu 2023-11-01 09:37:55 +08:00
parent b4a52f89cc
commit 8b81aeaf70
No known key found for this signature in database
GPG Key ID: 6D3F65FFD9559C06

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_* || echo "No protected exports!"
rm 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"