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/.