magisk-ghid/build.sh
Timmy Welch ff422dbc23 Fix basically everything
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
2025-02-16 12:46:56 -08:00

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/