Skip to content

Commit 2b95322

Browse files
committed
Update (and fix) the Arm Translation Layer (Libhoudini) and fix the KernelSU and MakePri related build issues.
1 parent c7ddc17 commit 2b95322

1,187 files changed

Lines changed: 3 additions & 3 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

MagiskOnWSA/DLL/scripts/generateKernelSULink.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def __repr__(self):
5757
print(
5858
f"Generating KernelSU download link: arch={abi_map[arch]}, kernel version={kernelVersion}", flush=True)
5959
res = requests.get(
60-
f"https://api.github.com/repos/tiann/KernelSU/releases/latest")
60+
f"https://api.github.com/repos/tiann/KernelSU/releases/tags/v2.1.2")
6161
json_data = json.loads(res.content)
6262
headers = res.headers
6363
x_ratelimit_remaining = headers["x-ratelimit-remaining"]

MagiskOnWSA/arm64/makepri.exe

953 KB
Binary file not shown.

MagiskOnWSA/libhoudini/bin/houdini

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-4 Bytes
Binary file not shown.
10.5 KB
Binary file not shown.
4.98 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)