From ce598e0224caf062c9af4b23fdb3dc2cb9d2abde Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 12 Apr 2025 13:37:54 -0400 Subject: [PATCH] remove build documentation for legacy devices This no longer works due to the overall documentation being updated for current GrapheneOS. It makes more sense to use an old revision of the documentation for old devices. --- static/build.html | 63 ----------------------------------------------- 1 file changed, 63 deletions(-) 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 @@
  • Emulator
  • Microdroid
  • 6th through 9th generation Pixels
  • -
  • 5th generation Pixels
  • -
  • 4th generation Pixels
  • Browser and WebView
  • @@ -148,12 +146,6 @@
  • bluejay (Pixel 6a)
  • raven (Pixel 6 Pro)
  • oriole (Pixel 6)
  • -
  • barbet (Pixel 5a) (legacy extended support)
  • -
  • redfin (Pixel 5) (legacy extended support)
  • -
  • bramble (Pixel 4a (5G)) (legacy extended support)
  • -
  • sunfish (Pixel 4a) (legacy extended support)
  • -
  • coral (Pixel 4 XL) (legacy extended support)
  • -
  • flame (Pixel 4) (legacy extended support)
  • 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/.

    - -
    -

    5th generation Pixels

    - -

    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/.

    -
    - -
    -

    4th generation Pixels

    - -

    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/.

    -