2
0
mirror of https://github.com/topjohnwu/Magisk synced 2025-08-31 06:55:13 +00:00

Add boot actions

This commit is contained in:
topjohnwu
2017-08-12 16:44:58 +08:00
parent 29895ff474
commit 750872cc37
3 changed files with 17 additions and 5 deletions

View File

@@ -108,7 +108,7 @@ def build_apk(args):
proc = subprocess.run([
os.path.join(os.environ['ANDROID_HOME'], 'build-tools', build_tool, 'zipalign'),
'-v', '-p', '4', unsigned, aligned])
'-v', '-p', '4', unsigned, aligned], stdout=subprocess.DEVNULL)
if proc.returncode != 0:
error('Zipalign Magisk Manager failed!')