lineage: Move perl base modules to common prebuilts dir
Change-Id: I88df0825c26aaebfa9329cf15eb93d8e2bf728e1
This commit is contained in:
parent
ed76afdfd3
commit
812efbcbb9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue