From 5ed267e8df70f3ea929a9b5487de4f26b7c27f6b Mon Sep 17 00:00:00 2001
From: Daniel Micay Smartphone and tablet targets:
+
The 14-akita
branch is used for the newly released Pixel 8a
+ until support for it is merged into mainline AOSP.
The 14-redfin
branch is used for the end-of-life Pixel 4a
(5G) and Pixel 5.
Replace the files in the OS source tree at
device/google/shusky-kernel/
with your build in
out/shusky/dist/
.
To sync the akita kernel for the Pixel 8a:
+ +mkdir -p android/kernel/akita +cd android/kernel/akita +repo init -u https://github.com/GrapheneOS/kernel_manifest-akita.git -b 14 +repo sync -j8+ +
To build the akita kernel for the Pixel 8a:
+ +./build_akita.sh --config=use_source_tree_aosp --config=no_download_gki --lto=full+ +
Replace the files in the OS source tree at
+ device/google/akita-kernel/
with your build in
+ out/akita/dist/
.