kernel: Use lz4 from Google prebuilts
Fixes: "lz4" is not allowed to be used. Test: breakfast tangorpro && m bootimage Change-Id: I62cfe131f457117cb3745b91f5e43c085e87b611
This commit is contained in:
@@ -213,6 +213,9 @@ ifneq ($(TARGET_KERNEL_CLANG_COMPILE), false)
|
||||
endif
|
||||
endif
|
||||
|
||||
# Pass prebuilt LZ4 path
|
||||
KERNEL_MAKE_FLAGS += LZ4=$(BUILD_TOP)/prebuilts/kernel-build-tools/linux-x86/bin/lz4
|
||||
|
||||
# Since Linux 4.16, flex and bison are required
|
||||
KERNEL_MAKE_FLAGS += LEX=$(BUILD_TOP)/prebuilts/build-tools/$(HOST_PREBUILT_TAG)/bin/flex
|
||||
KERNEL_MAKE_FLAGS += YACC=$(BUILD_TOP)/prebuilts/build-tools/$(HOST_PREBUILT_TAG)/bin/bison
|
||||
|
Reference in New Issue
Block a user