diff options
| author | smdyv <88971341+smdyv@users.noreply.github.com> | 2023-09-02 10:55:50 +0200 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-09-02 04:50:43 -0400 |
| commit | 3fea63d7dc7d060f1cd6a69632dd736625fa62a1 (patch) | |
| tree | 2ddcf8042725506a16cb6f1ef81b9ca534aba38d /static | |
| parent | 2eb6dfd5a4de6ab159f528906501f756f3ae4786 (diff) | |
wrap new placeholder in var element
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/build.html b/static/build.html index 40783f63..5977e8b2 100644 --- a/static/build.html +++ b/static/build.html @@ -398,9 +398,9 @@ m aapt2</pre> <p>Download, extract and prepare the vendor files:</p> - <pre>adevtool generate-all -d PIXEL_CODENAME</pre> + <pre>adevtool generate-all -d <var>PIXEL_CODENAME</var></pre> - <p>Replace PIXEL_CODENAME with Pixel device codename, which is the same as <a href="#build-targets">build target name</a>.</p> + <p>Replace <var>PIXEL_CODENAME</var> with Pixel device codename, which is the same as <a href="#build-targets">build target name</a>.</p> </section> <section id="setting-up-the-os-build-environment"> |
