diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-05-24 13:12:13 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-05-24 13:12:13 -0400 |
| commit | 38102d542ea56e738f0cbee7c770c9f5576b20c0 (patch) | |
| tree | 6ae9f1248e548f467859ca1b1938c523bff0ad47 | |
| parent | 3228bd740f5e5eb88049bf90388481ebf838b709 (diff) | |
clarify build number / date change
| -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 fe3fd84f..e688723c 100644 --- a/static/releases.html +++ b/static/releases.html @@ -318,7 +318,7 @@ <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>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>use the same datetime for build number and build date</li> <li>always use UTC as the time zone for build dates</li> <li>update GrapheneOS fork of android-prepare-vendor to the collaborative AOSPAlliance fork</li> <li>raise minimum supported API level to 28 from 23, producing a warning for installing apps targeting API < 28 (the Play Store disallows uploading new apps or app updates targeting API < 28 so this isn't an aggressive warning)</li> |
