instead m instead of make

This commit is contained in:
Daniel Micay 2020-04-23 16:53:14 -04:00
parent 7e73d5799b
commit ca29c7a7e7

View File

@ -400,7 +400,7 @@ mv vendor/android-prepare-vendor/DEVICE/BUILD_ID/vendor/google_devices/* vendor/
<pre>rm -r out</pre> <pre>rm -r out</pre>
<pre>make target-files-package</pre> <pre>m target-files-package</pre>
<p><strong>For an emulator build, always use the development build approach below.</strong></p> <p><strong>For an emulator build, always use the development build approach below.</strong></p>
@ -415,7 +415,7 @@ mv vendor/android-prepare-vendor/DEVICE/BUILD_ID/vendor/google_devices/* vendor/
bootloader unlocked and flashing the raw images that are signed with the default bootloader unlocked and flashing the raw images that are signed with the default
public test keys:</p> public test keys:</p>
<pre>make</pre> <pre>m</pre>
<p>Technically, you could generate test key signed update packages. However, there's <p>Technically, you could generate test key signed update packages. However, there's
no point of sideloading update packages when the bootloader is unlocked and there's no no point of sideloading update packages when the bootloader is unlocked and there's no
@ -523,7 +523,7 @@ cd ../..</pre>
<p>Build the tool needed to generate A/B updates:</p> <p>Build the tool needed to generate A/B updates:</p>
<pre>make brillo_update_payload</pre> <pre>m brillo_update_payload</pre>
<p>Generate a signed release build with the release.sh script:</p> <p>Generate a signed release build with the release.sh script:</p>