remove old section on upgrading to Android 10

People can figure this out on their own if they have fallen incredibly
far behind the current releases.
This commit is contained in:
Daniel Micay 2020-03-21 22:29:04 -04:00
parent a0c0813e70
commit c6824892af
6 changed files with 6 additions and 16 deletions

View File

@ -65,7 +65,6 @@
<li>
<a href="#generating-release-signing-keys">Generating release signing keys</a>
<ul>
<li><a href="#upgrading-to-android-10">Upgrading to Android 10</a></li>
<li><a href="#encrypting-keys">Encrypting keys</a></li>
<li><a href="#enabling-updatable-apex-components">Enabling updatable APEX components</a></li>
</ul>
@ -470,17 +469,6 @@ cd ../..</pre>
same scripts along with the expectation of it using the same passphrase as the other
keys.</p>
<h3 id="upgrading-to-android-10">
<a href="#upgrading-to-android-10">Upgrading to Android 10</a>
</h3>
<p>For Android 10, there's a new <code>networkstack</code> key and you need to
generate one to avoid using the test key. For example, with crosshatch (needs to be
done for each set of device keys):</p>
<pre>cd keys/crosshatch
../../development/tools/make_key networkstack '/CN=GrapheneOS/'</pre>
<h3 id="encrypting-keys">
<a href="#encrypting-keys">Encrypting keys</a>
</h3>
@ -947,5 +935,6 @@ export PATH="$PATH:$HOME/sdk/tools:$HOME/sdk/tools/bin:$HOME/sdk/platform-tools:
<li><a href="https://reddit.com/r/GrapheneOS">Reddit</a></li>
</ul>
</footer>
<script src="/redirect.js?5"></script>
</body>
</html>

View File

@ -653,6 +653,6 @@
<li><a href="https://reddit.com/r/GrapheneOS">Reddit</a></li>
</ul>
</footer>
<script src="/redirect.js?4"></script>
<script src="/redirect.js?5"></script>
</body>
</html>

View File

@ -114,6 +114,6 @@
<li><a href="https://reddit.com/r/GrapheneOS">Reddit</a></li>
</ul>
</footer>
<script src="/redirect.js?4"></script>
<script src="/redirect.js?5"></script>
</body>
</html>

View File

@ -18,6 +18,7 @@ const redirects = new Map([
["/releases#marlin-beta", "/faq#legacy-devices"],
["/releases#sailfish-beta", "/faq#legacy-devices"],
["/faq#dns", "/faq#custom-dns"],
["/build#upgrading-to-android-10", "/build#generating-release-signing-keys"],
]);
function handle_hash() {

View File

@ -1079,6 +1079,6 @@
</ul>
</footer>
<script src="/releases.js?11"></script>
<script src="/redirect.js?4"></script>
<script src="/redirect.js?5"></script>
</body>
</html>

View File

@ -335,6 +335,6 @@
<li><a href="https://reddit.com/r/GrapheneOS">Reddit</a></li>
</ul>
</footer>
<script src="/redirect.js?4"></script>
<script src="/redirect.js?5"></script>
</body>
</html>