Partners may want Image.lz4, so generate it as part of aarch64 builds. Bug: 184667897 Signed-off-by: J. Avila <elavila@google.com> Change-Id: I434287c881eb5cc906ff205e82866ede14014528 (cherry picked from commit c51e9f8bf84583e36d9fba18efb53cdd654a58f4)
14 lines
250 B
Plaintext
14 lines
250 B
Plaintext
. ${ROOT_DIR}/${KERNEL_DIR}/build.config.common
|
|
. ${ROOT_DIR}/${KERNEL_DIR}/build.config.aarch64
|
|
. ${ROOT_DIR}/${KERNEL_DIR}/build.config.gki
|
|
|
|
MAKE_GOALS="${MAKE_GOALS}
|
|
Image.lz4
|
|
"
|
|
|
|
GENERATE_VMLINUX_BTF=1
|
|
|
|
FILES="${FILES}
|
|
arch/arm64/boot/Image.lz4
|
|
"
|