From 7a684a35091c1005675cc48f8493371e663a0ef6 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 14 Feb 2025 10:07:58 -0500 Subject: begin unification of Pixel kernel build instructions This can be fully unified for 6th through 9th generation Pixels with Android 15 QPR2 due to 6th through 8th generation Pixels moving to the 6.1 LTS kernel branch. --- static/js/redirect.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'static/js') diff --git a/static/js/redirect.js b/static/js/redirect.js index d63455a5..764292ee 100644 --- a/static/js/redirect.js +++ b/static/js/redirect.js @@ -36,6 +36,8 @@ 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"], // legacy devices ["/releases#marlin-stable", "/faq#legacy-devices"], -- cgit v1.3.1