diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2020-11-23 13:44:03 +0100 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2020-12-01 18:53:57 +0100 |
| commit | 0942b818d8b12d2c2d984d105c007f8564995625 (patch) | |
| tree | 8e40b1e616fbad1a316a9394ceafdfef4fc3ca68 | |
| parent | fea3ccce21dff9a78f0e9d1c12d40f29f2667159 (diff) | |
| download | build_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.go | 1 |
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, |
