From e9e20dd3e4eecc30aff32b1e1cd4edd7bff9dcaa Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Tue, 9 Oct 2018 23:23:19 +0000 Subject: [PATCH] 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 --- ui/build/paths/config.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go index 6851e8ca2..7e19da662 100644 --- a/ui/build/paths/config.go +++ b/ui/build/paths/config.go @@ -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,