From 1b9b29972451a865d1ad143a24f30a468ddb1c6f Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Tue, 21 Jan 2025 15:00:55 -0500 Subject: [PATCH] templates: device_build_before_init: Add lz4 to deps * Tegra extract. Change-Id: I5f1aed45036bef2ca9eeffec10c4d6434bb406c9 --- _includes/templates/device_build_before_init.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/templates/device_build_before_init.md b/_includes/templates/device_build_before_init.md index a91b06922..5aa60ee74 100644 --- a/_includes/templates/device_build_before_init.md +++ b/_includes/templates/device_build_before_init.md @@ -67,7 +67,7 @@ command directly in the Terminal." %} To build LineageOS, you'll need: -* `bc bison build-essential ccache curl flex g++-multilib gcc-multilib git git-lfs gnupg gperf imagemagick lib32readline-dev lib32z1-dev libelf-dev liblz4-tool libsdl1.2-dev libssl-dev libxml2 libxml2-utils lzop pngcrush rsync schedtool squashfs-tools xsltproc {% if cpu_architecture contains 'x86' %}yasm {% endif %}zip zlib1g-dev` +* `bc bison build-essential ccache curl flex g++-multilib gcc-multilib git git-lfs gnupg gperf imagemagick lib32readline-dev lib32z1-dev libelf-dev liblz4-tool lz4 libsdl1.2-dev libssl-dev libxml2 libxml2-utils lzop pngcrush rsync schedtool squashfs-tools xsltproc {% if cpu_architecture contains 'x86' %}yasm {% endif %}zip zlib1g-dev` {% if device.versions contains 13.0 %} To build LineageOS 13.0, you'll also need: