Magisk/scripts
osm0sis 18fe0e6442 Fix scripts
manager.sh + boot_patch.sh:
- all listed files from boot_patch.sh header are required for boot patching, but stub.apk was being removed so install_magisk via addon.d.sh would fail without it; leave it in place

addon.d.sh:
- remove old redundant recovery_actions call (it's also performed by setup_flashable in initialize)
- print ABI to match flash_script.sh output

boot_patch.sh:
- catch and abort on any errors from ramdisk.cpio patching in the future

util_functions.sh:
- fix hiding of mount_partitions /system_root umount stderr
- quote mount_apex .pb DEST name parsing charset for safety even though both work

Fixes #6828
2023-04-08 21:13:40 -07:00
..
addon.d.sh Fix scripts 2023-04-08 21:13:40 -07:00
avd_magisk.sh Better AVD support 2023-04-04 02:04:49 -07:00
avd_patch.sh Use stable random seed 2023-04-03 18:32:11 -07:00
avd_test.sh Update avd_test.sh 2022-09-15 19:45:58 -07:00
boot_patch.sh Fix scripts 2023-04-08 21:13:40 -07:00
flash_script.sh Clean up more codes 2023-03-19 23:20:19 -07:00
module_installer.sh Require Magisk v20.4 for modules 2020-10-28 05:13:39 -07:00
uninstaller.sh run module uninstall.sh on Magisk uninstallation 2023-02-09 20:36:58 -08:00
update_binary.sh Do not use glob in the system's unzip parameter 2021-08-29 13:03:41 -07:00
util_functions.sh Fix scripts 2023-04-08 21:13:40 -07:00