From 5220461d573468da44f5b67a6903da8ff167b234 Mon Sep 17 00:00:00 2001
From: Daniel Micay 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/
.