lineage: Move perl base modules to common prebuilts dir

Change-Id: I88df0825c26aaebfa9329cf15eb93d8e2bf728e1
This commit is contained in:
Rashed Abdel-Tawab 2019-09-17 11:17:10 -07:00
parent ed76afdfd3
commit 812efbcbb9
No known key found for this signature in database
GPG key ID: 87867AAE006CB094

View file

@ -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)