summaryrefslogtreecommitdiff
path: root/static/build.html
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-03-21 22:29:04 -0400
committerDaniel Micay <danielmicay@gmail.com>2020-03-21 22:32:11 -0400
commitc6824892af54c5a4b9d736fc4bf74eccddbafb67 (patch)
treeb83704ec3c9ef2767a5e7b7136ca5446afb12ffd /static/build.html
parenta0c0813e7056c7fa294c0385fe732e95e9d61841 (diff)
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.
Diffstat (limited to 'static/build.html')
-rw-r--r--static/build.html13
1 files changed, 1 insertions, 12 deletions
diff --git a/static/build.html b/static/build.html
index 90cd72f3..796bd725 100644
--- a/static/build.html
+++ b/static/build.html
@@ -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>