Skip to content

Commit

Permalink
ci: fix build for protectd symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
tiann committed Oct 25, 2023
1 parent a3e939a commit fb6565b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gki-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
git config --global user.name "KernelSUBot"
cd common/ && git add -A && git commit -a -m "Add KernelSU"
Expand Down

0 comments on commit fb6565b

Please sign in to comment.