avoid omitting optional closing tags

This commit is contained in:
Daniel Micay 2020-04-19 02:52:02 -04:00
parent 43739b3b80
commit 66a3324c4c
3 changed files with 3 additions and 3 deletions

View File

@ -322,7 +322,7 @@ git submodule update --init
<pre>source script/envsetup.sh</pre>
<p>Select the desired build target (<code>aosp_crosshatch</code> is the Pixel 3 XL):
<p>Select the desired build target (<code>aosp_crosshatch</code> is the Pixel 3 XL):</p>
<pre>choosecombo release aosp_crosshatch user</pre>

View File

@ -196,7 +196,7 @@ RWQZW9NItOuQYJ86EooQBxScfclrWiieJtAO9GpnfEjKbCO/3FriLGX3</pre>
<p>Reboot into the bootloader interface to begin the flashing procedure.</p>
<p>Next, extract the factory images and run the script to flash them. Note that the
<code>fastboot</code> command run by the flashing script requires a fair bit of free
space in a temporary directory, which defaults to <code>/tmp</code>:<p>
space in a temporary directory, which defaults to <code>/tmp</code>:</p>
<pre>unzip crosshatch-factory-2019.06.23.05.zip
cd crosshatch-pq3a.190605.003
./flash-all.sh</pre>

View File

@ -399,7 +399,7 @@
<li>add script/encrypt_keys.sh and script/decrypt_keys.sh for handling key encryption</li>
<li>improve UX, performance and algorithm support for encrypted keys in script/release.sh and script/generate_delta.sh</li>
<li>dexpreopt: disable BOARD_USES_SYSTEM_OTHER_ODEX for mainline devices, which was causing odex files to be unintentionally omitted from the system image for modern devices</li>
<li>dexpreopt: use speed filter for boot images and non-prebuilts rather than unintentionally only setting it for prebuilts
<li>dexpreopt: use speed filter for boot images and non-prebuilts rather than unintentionally only setting it for prebuilts</li>
<li>dexpreopt: disable pre-optimization for apps bundled by android-prepare-vendor to work around unresolved issues with conflicting inlined definitions</li>
</ul>