commit | 540d91ae3fb862c6e078f6fdad71b34d74e48160 | [log] [tgz] |
---|---|---|
author | Bill Peckham <bpeckham@google.com> | Thu Apr 25 14:18:16 2019 -0700 |
committer | Bill Peckham <bpeckham@google.com> | Thu Apr 25 14:18:16 2019 -0700 |
tree | ca9fa8e944ac84158fdbee6d566b018393d57045 | |
parent | d540f5a9a57a14ce64b660a6ee6f75c4c7b5141b [diff] [blame] |
Fix missing import. Test: Verify that script runs properly now that import is present. Change-Id: I255bc6ca2ba1f2cc387001c6f4bf9690a90eb47c
diff --git a/tools/releasetools/merge_target_files.py b/tools/releasetools/merge_target_files.py index 1af532d..689e095 100755 --- a/tools/releasetools/merge_target_files.py +++ b/tools/releasetools/merge_target_files.py
@@ -80,6 +80,7 @@ import logging import os import shutil +import subprocess import sys import zipfile