mirror of
https://github.com/topjohnwu/Magisk
synced 2025-09-05 19:45:12 +00:00
Update snet
This commit is contained in:
2
build.py
2
build.py
@@ -392,7 +392,7 @@ def cleanup(args):
|
||||
|
||||
if 'java' in args.target:
|
||||
header('* Cleaning java')
|
||||
subprocess.run('{} clean'.format(os.path.join('.', 'gradlew')), shell=True)
|
||||
subprocess.run('{} app:clean snet:clean crypto:clean'.format(os.path.join('.', 'gradlew')), shell=True)
|
||||
for f in os.listdir('out'):
|
||||
if '.apk' in f:
|
||||
rm(os.path.join('out', f))
|
||||
|
Reference in New Issue
Block a user