mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-22 16:07:39 +00:00
Don't build snet in all
This commit is contained in:
parent
6fe03d2795
commit
8c40db5730
1
build.py
1
build.py
@ -422,7 +422,6 @@ def build_all(args):
|
|||||||
build_binary(args)
|
build_binary(args)
|
||||||
zip_main(args)
|
zip_main(args)
|
||||||
zip_uninstaller(args)
|
zip_uninstaller(args)
|
||||||
build_snet(args)
|
|
||||||
|
|
||||||
|
|
||||||
parser = argparse.ArgumentParser(description='Magisk build script')
|
parser = argparse.ArgumentParser(description='Magisk build script')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user