diff options
| author | Elliott Hughes <enh@google.com> | 2018-12-17 14:57:26 -0800 |
|---|---|---|
| committer | Elliott Hughes <enh@google.com> | 2019-01-12 01:25:07 +0000 |
| commit | fa6c8a1426a2a051af60f5440dc56404fc7bf2e7 (patch) | |
| tree | 9200fe8ec64c20b846e100558cdd69742fd800a1 /ui | |
| parent | 84af3624bb7af32ee2482952952aef08c410f70d (diff) | |
| download | build_soong-fa6c8a1426a2a051af60f5440dc56404fc7bf2e7.tar.gz build_soong-fa6c8a1426a2a051af60f5440dc56404fc7bf2e7.tar.bz2 build_soong-fa6c8a1426a2a051af60f5440dc56404fc7bf2e7.zip | |
Switch to toybox stat(1).
Test: treehugger
Change-Id: Iebda993046935c17b1e37129a530f6eab9166018
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/build/paths/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go index 4dc62b8c..e306929a 100644 --- a/ui/build/paths/config.go +++ b/ui/build/paths/config.go @@ -119,7 +119,6 @@ var Configuration = map[string]PathConfig{ "sha256sum": Allowed, "sha512sum": Allowed, "sort": Allowed, - "stat": Allowed, "tar": Allowed, "timeout": Allowed, "tr": Allowed, @@ -168,6 +167,7 @@ var Configuration = map[string]PathConfig{ "rmdir": Toybox, "setsid": Toybox, "sleep": Toybox, + "stat": Toybox, "tail": Toybox, "tee": Toybox, "touch": Toybox, |
