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

Commit 7d48599b authored by Sam Mortimer's avatar Sam Mortimer Committed by Arne Coucheron
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
(cherry picked from commit 46242546)
parent 47de3137
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -741,3 +741,5 @@ if __name__ == '__main__':
    print "   ERROR: %s" % (e,)
    print
    sys.exit(1)
  finally:
    common.Cleanup()