reorder parameters for microdroid kernel build

This makes it consistent with the other kernel builds.
This commit is contained in:
Daniel Micay 2024-11-24 11:08:37 -05:00
parent 631cf0b32c
commit 5de247b016

View File

@ -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