Add permission handling with ueventd Add selinux context to system_ext/etc/selinux/system_ext_file_contexts Remove init changes and boot image patching Only initialize the keyboard once on boot with a non-standard name Standard names are f[1-9] we use fhid
6 lines
225 B
Bash
Executable File
6 lines
225 B
Bash
Executable File
#!/bin/bash
|
|
rm *.zip 2>/dev/null
|
|
eval $(grep -v ' ' module.prop)
|
|
printf '%s\n' * | grep -Ev '(zip|build.sh)$' | xargs zip -r "magisk-$name-$version-$versionCode.zip"
|
|
adb push "magisk-$name-$version-$versionCode.zip" /sdcard/
|