Log uses of make and xmllint within the Android Build

Now that we've got prebuilts of make, turn on logging so that
we can find all the users and convert them to the prebuilt.

We also build xmllint as part of the tree, so log uses of that
too.

Test: treehugger
Change-Id: I8a6a5d481dfc709dc0eb3424c51430bc54763c1e
This commit is contained in:
Dan Willemsen 2018-10-09 23:54:19 +00:00
parent 55e095b6d8
commit 6afcd9aab9

View file

@ -101,7 +101,7 @@ var Configuration = map[string]PathConfig{
"ls": Allowed,
"lsof": Allowed,
"m4": Allowed,
"make": Allowed,
"make": Log,
"md5sum": Allowed,
"mkdir": Allowed,
"mktemp": Allowed,
@ -149,7 +149,7 @@ var Configuration = map[string]PathConfig{
"which": Allowed,
"whoami": Allowed,
"xargs": Allowed,
"xmllint": Allowed,
"xmllint": Log,
"xxd": Allowed,
"xz": Allowed,
"zip": Allowed,