diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-11-24 11:08:37 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-11-24 11:08:37 -0500 |
| commit | 5de247b016e2c548f9c9f20f407df814b8b21f70 (patch) | |
| tree | 9b7021cd2d463897cd29a6327998499680e8ddaf /static/build.html | |
| parent | 631cf0b32c62fd96f2413f5e56cafd77b04943a3 (diff) | |
reorder parameters for microdroid kernel build
This makes it consistent with the other kernel builds.
Diffstat (limited to 'static/build.html')
| -rw-r--r-- | static/build.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html index eaf6a585..bfbdf08b 100644 --- a/static/build.html +++ b/static/build.html @@ -766,7 +766,7 @@ repo sync -j8</pre> <p>To build the 6.6 kernel image for microdroid:</p> - <pre>tools/bazel run //common:kernel_aarch64_microdroid_dist --lto=full --config=stamp</pre> + <pre>tools/bazel run //common:kernel_aarch64_microdroid_dist --config=stamp --lto=full</pre> <p>Replace the prebuilt kernel image in the OS source tree at <code>packages/modules/Virtualization/microdroid/kernel/android15-6.6/arm64/kernel-6.6</code> with your image |
