mirror of
https://github.com/topjohnwu/Magisk
synced 2024-11-13 20:54:12 +01:00
d5087858ca
Building through the build script will compile all binaries, and generate a properly signed zip Should work on linux and macOS environments
21 lines
342 B
Plaintext
21 lines
342 B
Plaintext
obj/
|
|
libs/
|
|
*.zip
|
|
|
|
# Generated binaries
|
|
zip_static/arm/*
|
|
zip_static/arm64/*
|
|
zip_static/x86/*
|
|
zip_static/x64/*
|
|
uninstaller/arm/*
|
|
uninstaller/arm64/*
|
|
uninstaller/x86/*
|
|
uninstaller/x64/*
|
|
zipsigntools/zipadjust
|
|
|
|
# Generated scripts
|
|
zip_static/common/magic_mask.sh
|
|
zip_static/META-INF/com/google/android/update-binary
|
|
|
|
# Leave all busybox!
|
|
!busybox |