-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit merges the Zygiskd C99 branch, which not only adds the re-written Zygisk daemon, but also implement fixes in the ptrace command.
- Loading branch information
Showing
44 changed files
with
3,550 additions
and
1,790 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,20 +34,6 @@ jobs: | |
with: | ||
gradle-home-cache-cleanup: true | ||
|
||
- name: Setup rust-cache | ||
uses: Swatinem/rust-cache@v2 | ||
with: | ||
workspaces: zygiskd/src -> ../build/intermediates/rust | ||
cache-targets: false | ||
|
||
- name: Setup Rust | ||
run: | | ||
rustup override set nightly | ||
rustup target add aarch64-linux-android | ||
rustup target add x86_64-linux-android | ||
rustup target add i686-linux-android | ||
rustup target add armv7-linux-androideabi | ||
- name: Set up ccache | ||
uses: hendrikmuhs/[email protected] | ||
with: | ||
|
@@ -74,12 +60,6 @@ jobs: | |
debugName=`ls module/build/outputs/release/ReZygisk-v*-debug.zip | awk -F '(/|.zip)' '{print $5}'` && echo "debugName=$debugName" >> $GITHUB_OUTPUT | ||
unzip module/build/outputs/release/ReZygisk-v*-release.zip -d zksu-release | ||
unzip module/build/outputs/release/ReZygisk-v*-debug.zip -d zksu-debug | ||
releaseSymbolName="SYMBOLS-$releaseName.zip" | ||
debugSymbolName="SYMBOLS-$debugName.zip" | ||
echo "releaseSymbolName=$releaseSymbolName" >> $GITHUB_OUTPUT | ||
echo "debugSymbolName=$debugSymbolName" >> $GITHUB_OUTPUT | ||
zip -r $releaseSymbolName zygiskd/build/symbols/release | ||
zip -r $debugSymbolName zygiskd/build/symbols/debug | ||
- name: Upload release | ||
uses: actions/upload-artifact@v4 | ||
|
@@ -92,16 +72,3 @@ jobs: | |
with: | ||
name: ${{ steps.prepareArtifact.outputs.debugName }} | ||
path: "./zksu-debug/*" | ||
|
||
- name: Upload release symbols | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: ${{ steps.prepareArtifact.outputs.releaseName }}-symbols | ||
path: "zygiskd/build/symbols/release" | ||
|
||
- name: Upload debug symbols | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: ${{ steps.prepareArtifact.outputs.debugName }}-symbols | ||
path: "zygiskd/build/symbols/debug" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.