diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-12-05 19:42:31 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-12-05 19:42:31 -0500 |
| commit | 0f8ec466e76ff37c28e08278e06f20e1e9690c8a (patch) | |
| tree | 44632d6aca31fd655d4f90ec26ce954834ac1f01 /static/build.html | |
| parent | 1ab516c76f923535a8f505e08ec6d16f295c6da4 (diff) | |
update build documentation for Android 13 QPR1
Diffstat (limited to 'static/build.html')
| -rw-r--r-- | static/build.html | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/static/build.html b/static/build.html index 733e991a..cf1b746c 100644 --- a/static/build.html +++ b/static/build.html @@ -325,7 +325,7 @@ including the emulator, porting to other devices and for non-legacy officially supported devices.</p> - <p>The <code>13</code> branch is used for 4th, 5th and 6th generation + <p>The <code>13</code> branch is used for 4th, 5th, 6th and 7th generation Pixels, generic / emulator targets and non-Pixel devices:</p> <pre>mkdir grapheneos-13 @@ -333,15 +333,6 @@ cd grapheneos-13 repo init -u https://github.com/GrapheneOS/platform_manifest.git -b 13 repo sync -j16</pre> - <p>The <code>13-pantah</code> branch is used for the Pixel 7 and Pixel 7 - Pro since new devices use a temporary device support branch in AOSP until - the code is merged into an AOSP quarterly release:</p> - - <pre>mkdir grapheneos-13-pantah -cd grapheneos-13-pantah -repo init -u https://github.com/GrapheneOS/platform_manifest.git -b 13-pantah -repo sync -j16</pre> - <p>If your network is unreliable and <code>repo sync</code> fails, you can run the <code>repo sync</code> command again to continue from where it was interrupted. It handles connection failures robustly and you shouldn't start over from scratch.</p> @@ -482,12 +473,12 @@ repo sync -j16</pre> <pre>mkdir android/kernel/pantah cd android/kernel/pantah -repo init -u https://github.com/GrapheneOS/kernel_manifest-pantah.git -b 13-pantah +repo init -u https://github.com/GrapheneOS/kernel_manifest-pantah.git -b 13 repo sync -j16</pre> <p>To build the pantah kernel for the Pixel 7 and Pixel 7 Pro:</p> - <pre>LTO=full BUILD_KERNEL=1 ./build_cloudripper.sh</pre> + <pre>LTO=full BUILD_AOSP_KERNEL=1 ./build_cloudripper.sh</pre> <p>Replace the files in the OS source tree at <code>device/google/pantah-kernel/</code> with your build in |
