2
0
mirror of https://github.com/topjohnwu/Magisk synced 2025-09-05 19:45:12 +00:00

Update snet

This commit is contained in:
topjohnwu
2017-12-19 15:51:01 +08:00
parent d21264d01b
commit e8dd1b292f
5 changed files with 7 additions and 6 deletions

View File

@@ -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))