Remove make and xmllint from the allowed tools list
We've got a prebuilt of make in prebuilts/build-tools, and we build
xmllint from source.
Test: No logs on the build servers in the last 24 hours
Change-Id: Ib60a7b5feaa31097071b67ebf6beb7f0b9a9f81b
diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go
index 7e19da6..c4fcc20 100644
--- a/ui/build/paths/config.go
+++ b/ui/build/paths/config.go
@@ -101,7 +101,6 @@
"ls": Allowed,
"lsof": Allowed,
"m4": Allowed,
- "make": Log,
"md5sum": Allowed,
"mkdir": Allowed,
"mktemp": Allowed,
@@ -148,7 +147,6 @@
"which": Allowed,
"whoami": Allowed,
"xargs": Allowed,
- "xmllint": Log,
"xxd": Allowed,
"xz": Allowed,
"zip": Allowed,