Skip to content

Commit

Permalink
Update lspinit for Magisk 27008+
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard20181 committed Oct 26, 2024
1 parent 599e027 commit b406112
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Binary file modified bin/arm64/lspinit
Binary file not shown.
Binary file modified bin/x64/lspinit
Binary file not shown.
1 change: 1 addition & 0 deletions scripts/magisk_debug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ if [ -f "$WORK_DIR/magisk/init-ld" ]; then
fi
"$WORK_DIR/magisk/magiskboot" compress=xz "$MAGISK_PATH" "$WORK_DIR/magisk/stub.xz"
"$WORK_DIR/magisk/magiskboot" cpio "$TARGET" \
"add 0750 /lspinit ../bin/$ARCH/lspinit" \
"add 0750 /magiskinit $WORK_DIR/magisk/magiskinit" \
"$SINGLEABI add 0644 overlay.d/sbin/magisk64.xz $WORK_DIR/magisk/magisk64.xz" \
"$SINGLEABI add 0644 overlay.d/sbin/magisk32.xz $WORK_DIR/magisk/magisk32.xz" \
Expand Down

0 comments on commit b406112

Please sign in to comment.