diff options
| author | Sam Mortimer <sam@mortimer.me.uk> | 2019-09-04 22:52:59 -0700 |
|---|---|---|
| committer | Michael Bestas <mkbestas@lineageos.org> | 2019-12-11 19:03:32 +0200 |
| commit | 2e857245ebea9379655f21e6d1aedb4b8c687dad (patch) | |
| tree | 2ffd5cff063edb5ecdbf2d4697b483b1b4a3c475 /ui | |
| parent | a78d20e4c369b8b08a3a23735a5ccdde048a1a36 (diff) | |
| download | build_soong-2e857245ebea9379655f21e6d1aedb4b8c687dad.tar.gz build_soong-2e857245ebea9379655f21e6d1aedb4b8c687dad.tar.bz2 build_soong-2e857245ebea9379655f21e6d1aedb4b8c687dad.zip | |
soong: Whitelist nproc
Change-Id: Ie83688c900a241728b1153cc8ac2aeccc2cb31f6
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/build/paths/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go index f4bb89fb..d17b9f77 100644 --- a/ui/build/paths/config.go +++ b/ui/build/paths/config.go @@ -94,6 +94,7 @@ var Configuration = map[string]PathConfig{ "javap": Allowed, "lsof": Allowed, "m4": Allowed, + "nproc": Allowed, "openssl": Allowed, "patch": Allowed, "pstree": Allowed, |
