From 78116f457d11f1a0c3ef196f407ffee2ffdfa716 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 20 Jun 2023 17:21:57 -0400 Subject: [PATCH] add tangorpro kernel build instructions --- static/build.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/static/build.html b/static/build.html index 520f9371..33436d3a 100644 --- a/static/build.html +++ b/static/build.html @@ -882,6 +882,21 @@ repo sync -j8

Replace the files in the OS source tree at device/google/lynx-kernel/ with your build in out/mixed/dist/.

+ +

To sync the lynx 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 sync -j8
+ +

To build the tangorpro kernel for the Pixel Tablet:

+ +
LTO=full BUILD_AOSP_KERNEL=1 ./build_tangorpro.sh
+ +

Replace the files in the OS source tree at + device/google/tangorpro-kernel/ with your build in + out/mixed/dist/.