diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-05-24 13:10:53 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-05-24 13:10:53 -0400 |
| commit | 3228bd740f5e5eb88049bf90388481ebf838b709 (patch) | |
| tree | 7c601c07759a9dc7553c53a4fcff025b798e5dfa | |
| parent | 2def1977483a08df3e1dedc17a7054ffde144fc0 (diff) | |
delta generation uses build-tools now too
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index 26cfbd34..fe3fd84f 100644 --- a/static/releases.html +++ b/static/releases.html @@ -316,7 +316,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>add build-tools prebuilts to PATH in the release signing and delta generation scripts 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> <li>keep build number and datetime consistent</li> <li>always use UTC as the time zone for build dates</li> |
