Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 46242546 authored by Sam Mortimer's avatar Sam Mortimer
Browse files

build sign_target_files_apks.py: clean tmp on exit

Currently, this script creates and leaves nearly 2GB in tmp
per run.  Clean up on exit.

Change-Id: I4247dd2508e9d27de57c611c18e70800d7a47f33
parent 9cc87741
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -747,3 +747,5 @@ if __name__ == '__main__':
    print("   ERROR: %s" % e)
    print()
    sys.exit(1)
  finally:
    common.Cleanup()