diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-02-11 08:17:07 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-02-11 08:18:25 -0500 |
| commit | b5c88c9d4c57374daf88b874e5f3e27542927f28 (patch) | |
| tree | 45c6655706fe17146f76ad4e54d446817834b8dd | |
| parent | 4373db3fa11cff4d088d17e50ecad32956ba8580 (diff) | |
use C.UTF-8 locale for build environment
| -rw-r--r-- | static/build.html | 1 | ||||
| -rw-r--r-- | static/releases.html | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html index 600893ba..e13bde0b 100644 --- a/static/build.html +++ b/static/build.html @@ -241,7 +241,6 @@ demanding tasks.</li> <li>100GiB+ of additional free storage space for a typical build of the entire OS for a multiarch device</li> - <li>en_US.UTF-8 locale supported</li> </ul> <p>You can either obtain <code>repo</code> as a distribution package or the diff --git a/static/releases.html b/static/releases.html index 08e4f27b..820495c9 100644 --- a/static/releases.html +++ b/static/releases.html @@ -669,6 +669,7 @@ <ul> <li>GmsCompatConfig: update max supported version of Play services</li> + <li>use C.UTF-8 locale for build environment to avoid dependency of the en_US.UTF-8 locale being available</li> </ul> </article> --> |
