diff options
author | 2021-09-30 22:55:39 -0700 | |
---|---|---|
committer | 2021-09-30 22:59:49 -0700 | |
commit | e7ad6338df77294df190a07ecb5de6dbad07d3e8 (patch) | |
tree | 3f317a09ac1b87f9413223a9cfc3a165dbe5494b /build.py | |
parent | c24b02574b6a3c42969495f3f87d8b6a20fa217a (diff) |
floss: build.py missing import time
Bug: 200620285
Tag: #floss
Test: ./build.py --run-bootstrap && ./build.py
Change-Id: Ia6e8212759f87db36ef3f86a5980c2afb7661f14
Diffstat (limited to 'build.py')
-rwxr-xr-x | build.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ import shutil import six import subprocess import sys +import time # Use flags required by common-mk (find -type f | grep -nE 'use[.]' {}) COMMON_MK_USES = [ |