Commit ffcd093d authored by topjohnwu's avatar topjohnwu

Fix #5589

Close #5598
parent 8dbf9375
...@@ -336,6 +336,8 @@ def build_binary(args): ...@@ -336,6 +336,8 @@ def build_binary(args):
if 'magisk' in args.target: if 'magisk' in args.target:
clean_elf() clean_elf()
flag = ''
if 'magiskinit' in args.target: if 'magiskinit' in args.target:
dump_bin_header() dump_bin_header()
flag += ' B_INIT=1' flag += ' B_INIT=1'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment