diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-05-20 01:19:12 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-05-20 01:19:12 -0400 |
| commit | bbff55929e7b9a8a8f9a33ede1e5d0e770ec443d (patch) | |
| tree | fb29dd4c326186e0a1bf1d21f98dd31d4004f4cc | |
| parent | 7e047b26284a7ebf884a5d91c944a248d7ef3eb0 (diff) | |
SCHED_BATCH for kernel build scripts
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 0fac1d2d..c5ed674d 100644 --- a/static/releases.html +++ b/static/releases.html @@ -326,6 +326,7 @@ <li>drop workaround disabling precompilation for vendor code</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> <li>Vanadium: update Chromium base to 81.0.4044.138</li> + <li>set SCHED_BATCH in the kernel build scripts</li> </ul> <p>Restoration of past features since the 2020.05.05.02 release:</p> |
