summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2023-02-11 08:17:07 -0500
committerDaniel Micay <danielmicay@gmail.com>2023-02-11 08:18:25 -0500
commitb5c88c9d4c57374daf88b874e5f3e27542927f28 (patch)
tree45c6655706fe17146f76ad4e54d446817834b8dd /static
parent4373db3fa11cff4d088d17e50ecad32956ba8580 (diff)
use C.UTF-8 locale for build environment
Diffstat (limited to 'static')
-rw-r--r--static/build.html1
-rw-r--r--static/releases.html1
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>
-->