diff --git a/static/build.html b/static/build.html index acbd8efb..bc8f8539 100644 --- a/static/build.html +++ b/static/build.html @@ -145,6 +145,8 @@
Smartphone targets:
The 13
branch is in early development and will be the
- branch used for all non-legacy 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 an experimental device support
+ branch for the Pixel 7 and Pixel 7 Pro:
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
@@ -471,6 +481,25 @@ repo sync -j16
device/google/bluejay-kernel/
with your build in
out/mixed/dist/
.
To sync the pantah kernel for the Pixel 7 and Pixel 7 Pro:
+ +mkdir android/kernel/pantah +cd android/kernel/pantah +repo init -u https://github.com/GrapheneOS/kernel_manifest-pantah.git -b 13-pantah +repo sync -j16+ +
To build the pantah kernel for the Pixel 7 and Pixel 7 Pro:
+ +LTO=full BUILD_KERNEL=1 ./build_cloudripper.sh+ +
Replace the files in the OS source tree at
+ device/google/pantah-kernel/
with your build in
+ out/mixed/dist/
.