Remove perl from the allowed PATH tools list

This is no longer used within Android builds. We don't have any way of
providing extra libraries, or using a hermetic version of perl.

Bug: 117338567
Test: check build logs for the last 48 hours
Change-Id: I06d41a0006a47508a435dbf44bfccc4b385d9f41
This commit is contained in:
Dan Willemsen 2018-10-09 23:23:19 +00:00
parent 6afcd9aab9
commit e9e20dd3e4
1 changed files with 2 additions and 3 deletions

View File

@ -41,8 +41,8 @@ var Forbidden = PathConfig{
var Log = PathConfig{
Symlink: true,
Log: true,
Error: false,
Log: true,
Error: false,
}
// The configuration used if the tool is not listed in the config below.
@ -110,7 +110,6 @@ var Configuration = map[string]PathConfig{
"openssl": Allowed,
"paste": Allowed,
"patch": Allowed,
"perl": Log,
"pgrep": Allowed,
"pkill": Allowed,
"ps": Allowed,