diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-05-05 18:03:13 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-05-05 18:04:07 -0400 |
| commit | 5bd0e39c011cf42b30069041df6dcdad7d67dea1 (patch) | |
| tree | 7aaff3804c64bb09017a6bffbce31439c54ca1a2 /static/build.html | |
| parent | 5c174437cf35282550c520f7fbd7f0afc496891c (diff) | |
unified manifest for 6th/7th gen Pixels
Diffstat (limited to 'static/build.html')
| -rw-r--r-- | static/build.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/static/build.html b/static/build.html index febd8ddd..a386d716 100644 --- a/static/build.html +++ b/static/build.html @@ -754,7 +754,7 @@ repo sync -j8</pre> <pre>mkdir -p android/kernel/pantah cd android/kernel/pantah -repo init -u https://github.com/GrapheneOS/kernel_manifest-pantah.git -b 14 +repo init -u https://github.com/GrapheneOS/kernel_manifest-gs.git -b 14 repo sync -j8</pre> <p>To build the pantah kernel for the Pixel 7 and Pixel 7 Pro:</p> @@ -769,7 +769,7 @@ repo sync -j8</pre> <pre>mkdir -p android/kernel/lynx cd android/kernel/lynx -repo init -u https://github.com/GrapheneOS/kernel_manifest-lynx.git -b 14 +repo init -u https://github.com/GrapheneOS/kernel_manifest-gs.git -b 14 repo sync -j8</pre> <p>To build the lynx kernel for the Pixel 7a:</p> @@ -784,7 +784,7 @@ repo sync -j8</pre> <pre>mkdir -p android/kernel/tangorpro cd android/kernel/tangorpro -repo init -u https://github.com/GrapheneOS/kernel_manifest-tangorpro.git -b 14 +repo init -u https://github.com/GrapheneOS/kernel_manifest-gs.git -b 14 repo sync -j8</pre> <p>To build the tangorpro kernel for the Pixel Tablet:</p> @@ -799,7 +799,7 @@ repo sync -j8</pre> <pre>mkdir -p android/kernel/felix cd android/kernel/felix -repo init -u https://github.com/GrapheneOS/kernel_manifest-felix.git -b 14 +repo init -u https://github.com/GrapheneOS/kernel_manifest-gs.git -b 14 repo sync -j8</pre> <p>To build the felix kernel for the Pixel Fold:</p> @@ -818,14 +818,14 @@ repo sync -j8</pre> <pre>mkdir -p android/kernel/raviole cd android/kernel/raviole -repo init -u https://github.com/GrapheneOS/kernel_manifest-raviole.git -b 14 +repo init -u https://github.com/GrapheneOS/kernel_manifest-gs.git -b 14 repo sync -j8</pre> <p>To sync the bluejay kernel for the Pixel 6a:</p> <pre>mkdir -p android/kernel/bluejay cd android/kernel/bluejay -repo init -u https://github.com/GrapheneOS/kernel_manifest-bluejay.git -b 14 +repo init -u https://github.com/GrapheneOS/kernel_manifest-gs.git -b 14 repo sync -j8</pre> <p>To build the raviole kernel for the Pixel 6 and Pixel 6 Pro:</p> |
