wrap new placeholder in var element

This commit is contained in:
smdyv 2023-09-02 10:55:50 +02:00 committed by Daniel Micay
parent 2eb6dfd5a4
commit 3fea63d7dc

View File

@ -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">