From c95af3c4116a4fba634b568cae56e9d67337831e Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 27 Jun 2023 16:09:01 -0400 Subject: [PATCH] fix Pixel Tablet kernel build sync instructions --- static/build.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/build.html b/static/build.html index e25ec82d..b9f3369a 100644 --- a/static/build.html +++ b/static/build.html @@ -884,11 +884,11 @@ repo sync -j8 device/google/lynx-kernel/ with your build in out/mixed/dist/.

-

To sync the lynx kernel for the Pixel Tablet:

+

To sync the tangorpro kernel for the Pixel Tablet:

mkdir -p android/kernel/tangorpro
 cd android/kernel/tangorpro
-repo init -u https://github.com/GrapheneOS/kernel_manifest-tangorpro.git -b 13
+repo init -u https://github.com/GrapheneOS/kernel_manifest-tangorpro.git -b 13-tangorpro
 repo sync -j8

To build the tangorpro kernel for the Pixel Tablet: