aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-11-23 13:44:03 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-12-01 18:53:57 +0100
commit0942b818d8b12d2c2d984d105c007f8564995625 (patch)
tree8e40b1e616fbad1a316a9394ceafdfef4fc3ca68
parentfea3ccce21dff9a78f0e9d1c12d40f29f2667159 (diff)
downloadbuild_soong-0942b818d8b12d2c2d984d105c007f8564995625.tar.gz
build_soong-0942b818d8b12d2c2d984d105c007f8564995625.tar.bz2
build_soong-0942b818d8b12d2c2d984d105c007f8564995625.zip
Enable host perl to build the kernel
Without that fix we have: Disallowed PATH tool "perl" used: []string{"perl", ".../kernel/replicant/linux/lib/build_OID_registry", ".../kernel/replicant/linux/include/linux/oid_registry.h", "lib/oid_registry_data.c"} See https://android.googlesource.com/platform/build/+/ master/Changes.md#PATH_Tools for more information. [...] "perl" is not allowed to be used. See https://android.googlesource.com/platform/build/+/ master/Changes.md#PATH_Tools for more information. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-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 382771e4..b84e6245 100644
--- a/ui/build/paths/config.go
+++ b/ui/build/paths/config.go
@@ -91,6 +91,7 @@ var Configuration = map[string]PathConfig{
"nproc": Allowed,
"openssl": Allowed,
"patch": Allowed,
+ "perl": Allowed,
"pstree": Allowed,
"rsync": Allowed,
"sh": Allowed,