diff --git a/static/build.html b/static/build.html index 9780111a..4679ba58 100644 --- a/static/build.html +++ b/static/build.html @@ -85,8 +85,6 @@
These are all fully supported production-ready targets supporting all the @@ -314,16 +306,6 @@ source ~/.bashrc including the emulator, porting to other devices and for non-legacy officially supported devices.
-The 14
branch is used for the end-of-life Pixel 5a.
The 14-redfin
branch is used for the end-of-life Pixel 4a
- (5G) and Pixel 5.
The 13
branch is used for the end-of-life Pixel 4a.
The 13-coral
branch is used for the end-of-life Pixel 4
- and Pixel 4 XL.
To sync the 15-qpr2
branch:
mkdir grapheneos-15-qpr2 @@ -817,51 +799,6 @@ repo sync -j8
device/google/codename-kernels/6.1/grapheneos/
with your build in
out/codename/dist/
.
-
- To sync the kernel sources:
- -mkdir -p android/kernel/redbull -cd android/kernel/redbull -repo init -u https://github.com/GrapheneOS/kernel_manifest-redbull.git -b 15 -repo sync -j8- -
To build the redbull kernel for the Pixel 4a (5G), Pixel 5 and Pixel 5a - kernel:
- -BUILD_CONFIG=private/msm-google/build.config.redbull.vintf build/build.sh- -
Replace the files in the OS source tree at
- device/google/redbull-kernel/
(userdebug/eng) and
- device/google/redbull-kernel/vintf/
(user) with your build in
- out/android-msm-pixel-4.19/dist/
.
To sync the kernel sources:
- -mkdir -p android/kernel/coral -cd android/kernel/coral -repo init -u https://github.com/GrapheneOS/kernel_manifest-coral.git -b 13 -repo sync -j8- -
To build the coral kernel for the Pixel 4 and Pixel 4 XL:
- -KBUILD_BUILD_VERSION=1 KBUILD_BUILD_USER=build-user KBUILD_BUILD_HOST=build-host KBUILD_BUILD_TIMESTAMP="Thu 01 Jan 1970 12:00:00 AM UTC" BUILD_CONFIG=private/msm-google/build.config.floral build/build.sh- -
To build the sunfish kernel for the Pixel 4a:
- -KBUILD_BUILD_VERSION=1 KBUILD_BUILD_USER=build-user KBUILD_BUILD_HOST=build-host KBUILD_BUILD_TIMESTAMP="Thu 01 Jan 1970 12:00:00 AM UTC" BUILD_CONFIG=private/msm-google/build.config.sunfish build/build.sh- -
Replace the files in the OS source tree at
- device/google/coral-kernel/
or
- device/google/sunfish-kernel/
with your build in
- out/android-msm-pixel-4.14/dist/
.