diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-06-27 16:09:01 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-06-27 16:10:01 -0400 |
| commit | c95af3c4116a4fba634b568cae56e9d67337831e (patch) | |
| tree | 53cacb00a4fbd592d2076f9a7edee9f20a351a7d | |
| parent | 69b0802b97bb9d12334319a8222d21ff7c9081b7 (diff) | |
fix Pixel Tablet kernel build sync instructions
| -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 e25ec82d..b9f3369a 100644 --- a/static/build.html +++ b/static/build.html @@ -884,11 +884,11 @@ repo sync -j8</pre> <code>device/google/lynx-kernel/</code> with your build in <code>out/mixed/dist/</code>.</p> - <p>To sync the lynx kernel for the Pixel Tablet:</p> + <p>To sync the tangorpro kernel for the Pixel Tablet:</p> <pre>mkdir -p android/kernel/tangorpro cd android/kernel/tangorpro -repo init -u https://github.com/GrapheneOS/kernel_manifest-tangorpro.git -b 13 +repo init -u https://github.com/GrapheneOS/kernel_manifest-tangorpro.git -b 13-tangorpro repo sync -j8</pre> <p>To build the tangorpro kernel for the Pixel Tablet:</p> |
