diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2025-03-05 07:38:26 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-03-05 19:54:17 -0500 |
| commit | 8ca256cadc0aeb1f978b78b2b93ddd371bed8872 (patch) | |
| tree | 0e1ecb77d4d28f23dec6c3968f9e5b6bba70107e /static/js | |
| parent | 9a88d293241ef3a217fae24c872cac776f6713bf (diff) | |
Android 15 QPR2 build instruction updates
update build guide kernel branch
Diffstat (limited to 'static/js')
| -rw-r--r-- | static/js/redirect.js | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/static/js/redirect.js b/static/js/redirect.js index 764292ee..3689a344 100644 --- a/static/js/redirect.js +++ b/static/js/redirect.js @@ -36,8 +36,11 @@ const redirects = new Map([ ["/install/web#fastboot-as-non-root", "/install/web#flashing-as-non-root"], ["/build#enabling-updatable-apex-components", "/build#apex-components"], - ["/build#kernel-6th-generation-pixels", "/build#kernel-6th-and-7th-generation-pixels"], - ["/build#kernel-7th-generation-pixels", "/build#kernel-6th-and-7th-generation-pixels"], + ["/build#kernel-6th-generation-pixels", "/build#kernel-6th-through-9th-generation-pixels"], + ["/build#kernel-7th-generation-pixels", "/build#kernel-6th-through-9th-generation-pixels"], + ["/build#kernel-6th-and-7th-generation-pixels", "/build#kernel-6th-through-9th-generation-pixels"], + ["/build#kernel-8th-generation-pixels", "/build#kernel-6th-through-9th-generation-pixels"], + ["/build#kernel-9th-generation-pixels", "/build#kernel-6th-through-9th-generation-pixels"], // legacy devices ["/releases#marlin-stable", "/faq#legacy-devices"], |
