diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-09-18 10:40:17 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-09-18 10:40:17 -0400 |
| commit | 006ce2fa0af00f52ebf2da0a67e8cc8d271ebda9 (patch) | |
| tree | 31505484fbfb7e75d30c6c6620059fef85b759fb /static | |
| parent | 9352c8bd0297bad374e5d6dc68adca509f15c7e6 (diff) | |
handle kernel_manifest-caimito rename in build guide
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/build.html b/static/build.html index 11105886..6a0a5307 100644 --- a/static/build.html +++ b/static/build.html @@ -764,7 +764,7 @@ repo sync -j8</pre> <pre>mkdir -p android/kernel/caimito cd android/kernel/caimito -repo init -u https://github.com/GrapheneOS/kernel_manifest-caimito.git -b 14-caimito +repo init -u https://github.com/GrapheneOS/kernel_manifest-zumapro.git -b 14-caimito repo sync -j8</pre> <p>To build the caimito kernel for the Pixel 9, Pixel 9 Pro and Pixel 9 Pro XL:</p> @@ -779,7 +779,7 @@ repo sync -j8</pre> <pre>mkdir -p android/kernel/comet cd android/kernel/comet -repo init -u https://github.com/GrapheneOS/kernel_manifest-caimito.git -b 14-caimito +repo init -u https://github.com/GrapheneOS/kernel_manifest-zumapro.git -b 14-caimito repo sync -j8</pre> <p>To build the comet kernel for the Pixel 9 Pro Fold:</p> |
