Skip to content

Commit

Permalink
templates: device_build_before_init: Add lz4 to deps
Browse files Browse the repository at this point in the history
* Tegra extract.

Change-Id: I5f1aed45036bef2ca9eeffec10c4d6434bb406c9
  • Loading branch information
npjohnson committed Jan 21, 2025
1 parent 92cfa39 commit 1b9b299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/templates/device_build_before_init.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1b9b299

Please sign in to comment.