document expanded build-tools prebuilt usage

This commit is contained in:
Daniel Micay 2020-05-12 10:00:17 -04:00
parent 07204922a4
commit 44938cf14a

View File

@ -318,6 +318,7 @@
<ul>
<li>kernel (Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL): use Clang for compiling code for the host too</li>
<li>kernel (Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL): add build-tools prebuilts to PATH to reduce external dependencies and avoid potential reproducibility issues</li>
<li>use build-tools prebuilts to PATH in the release signing script to reduce external dependencies and avoid potential reproducibility issues</li>
<li>fix upstream bug relying on malloc addresses for sort order of 3 items, causing Bluetooth A2DP audio to fail 2/3 of the time with hardened_malloc when the expected item isn't first</li>
</ul>