aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorSam Mortimer <sam@mortimer.me.uk>2019-09-04 22:52:59 -0700
committerAlessandro Astone <ales.astone@gmail.com>2019-09-08 23:40:11 +0200
commit33f95299622a2c6c332cd428a4f324771f5b9575 (patch)
treeb849e1c0f7bfc2fd245c1bd9e8335c3b040739d5 /ui
parent1ffdf0fc74ee8aa9967288b74ecebf94332e9c60 (diff)
downloadbuild_soong-33f95299622a2c6c332cd428a4f324771f5b9575.tar.gz
build_soong-33f95299622a2c6c332cd428a4f324771f5b9575.tar.bz2
build_soong-33f95299622a2c6c332cd428a4f324771f5b9575.zip
soong: Whitelist nproc
Change-Id: Ie83688c900a241728b1153cc8ac2aeccc2cb31f6
Diffstat (limited to 'ui')
-rw-r--r--ui/build/paths/config.go1
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,