diff --git a/static/build.html b/static/build.html index 733e991a..cf1b746c 100644 --- a/static/build.html +++ b/static/build.html @@ -325,21 +325,12 @@ including the emulator, porting to other devices and for non-legacy officially supported devices.

-

The 13 branch is used for 4th, 5th and 6th generation +

The 13 branch is used for 4th, 5th, 6th and 7th generation Pixels, generic / emulator targets and non-Pixel devices:

mkdir grapheneos-13
 cd grapheneos-13
 repo init -u https://github.com/GrapheneOS/platform_manifest.git -b 13
-repo sync -j16
- -

The 13-pantah branch is used for the Pixel 7 and Pixel 7 - Pro since new devices use a temporary device support branch in AOSP until - the code is merged into an AOSP quarterly release:

- -
mkdir grapheneos-13-pantah
-cd grapheneos-13-pantah
-repo init -u https://github.com/GrapheneOS/platform_manifest.git -b 13-pantah
 repo sync -j16

If your network is unreliable and repo sync fails, you can run the @@ -482,12 +473,12 @@ repo sync -j16

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

To build the pantah kernel for the Pixel 7 and Pixel 7 Pro:

-
LTO=full BUILD_KERNEL=1 ./build_cloudripper.sh
+
LTO=full BUILD_AOSP_KERNEL=1 ./build_cloudripper.sh

Replace the files in the OS source tree at device/google/pantah-kernel/ with your build in