From 812efbcbb9b3dbe985be5c704eab2af732927d29 Mon Sep 17 00:00:00 2001 From: Rashed Abdel-Tawab Date: Tue, 17 Sep 2019 11:17:10 -0700 Subject: [PATCH] lineage: Move perl base modules to common prebuilts dir Change-Id: I88df0825c26aaebfa9329cf15eb93d8e2bf728e1 --- config/BoardConfigKernel.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/BoardConfigKernel.mk b/config/BoardConfigKernel.mk index c20b06cf..05fa7d7f 100644 --- a/config/BoardConfigKernel.mk +++ b/config/BoardConfigKernel.mk @@ -131,7 +131,7 @@ endif TOOLS_PATH_OVERRIDE := \ PATH=$(BUILD_TOP)/prebuilts/tools-lineage/$(HOST_OS)-x86/bin:$$PATH \ LD_LIBRARY_PATH=$(BUILD_TOP)/prebuilts/tools-lineage/$(HOST_OS)-x86/lib:$$LD_LIBRARY_PATH \ - PERL5LIB=$(BUILD_TOP)/prebuilts/tools-lineage/$(HOST_OS)-x86/lib/perl-base + PERL5LIB=$(BUILD_TOP)/prebuilts/tools-lineage/common/perl-base # Set DTBO image locations so the build system knows to build them ifeq ($(TARGET_NEEDS_DTBOIMAGE),true)