diff --git a/static/build.html b/static/build.html index b9f3369a..c8260be5 100644 --- a/static/build.html +++ b/static/build.html @@ -148,6 +148,7 @@
Smartphone and tablet targets:
The 13-felix
branch is used for the newly launched
+ Pixel Fold since there hasn't been a quarterly or yearly release to
+ merge in support for it yet.
The 13-coral
branch is used for the end-of-life Pixel 4
and Pixel 4 XL due to incompatibilities with certain new changes.
Replace the files in the OS source tree at
device/google/tangorpro-kernel/
with your build in
out/mixed/dist/
.
To sync the felix kernel for the Pixel Fold:
+ +mkdir -p android/kernel/felix +cd android/kernel/felix +repo init -u https://github.com/GrapheneOS/kernel_manifest-felix.git -b 13-felix +repo sync -j8+ +
To build the felix kernel for the Pixel Fold:
+ +LTO=full BUILD_AOSP_KERNEL=1 ./build_felix.sh+ +
Replace the files in the OS source tree at
+ device/google/felix-kernel/
with your build in
+ out/mixed/dist/
.