mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-23 18:15:30 +00:00
1e3586621b
1. It seems that many part of the system is upset about symlinks, revert to bind mounts 2. New system and vendor mirror implementation found, no need to copy anything 3. Thanks to the new mirror implementation, adding new items to /system and /vendor is now possible 4. Re-written some coding style
22 lines
339 B
Plaintext
22 lines
339 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/*
|
|
ziptools/zipadjust
|
|
|
|
# Generated scripts
|
|
zip_static/common/magic_mask.sh
|
|
zip_static/META-INF/com/google/android/update-binary
|
|
|
|
# Leave all busybox!
|
|
!busybox
|