commit | 090ec58af5ce4dffbdf3aeeb02dcd2848cb78fc0 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Fri Aug 31 08:12:22 2018 +0000 |
committer | Dan Willemsen <dwillemsen@google.com> | Fri Aug 31 08:13:13 2018 +0000 |
tree | f7a1b0f91957d0200316dae58680c4e866e7b614 | |
parent | f4b79c684a19912f34d6c0f0b7776e4bdedf4e13 [diff] [blame] |
Add tee to the allowed PATH tools list tee is used by art/build/Android.gtest.mk during testing Change-Id: I45993366622694edef5494d9e74b8465a15a8795
diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go index b7128d7..7886466 100644 --- a/ui/build/paths/config.go +++ b/ui/build/paths/config.go
@@ -131,6 +131,7 @@ "sum": Allowed, "tar": Allowed, "tail": Allowed, + "tee": Allowed, "todos": Allowed, "touch": Allowed, "tr": Allowed,