add explanation for starting the build process

This commit is contained in:
Daniel Micay 2020-04-23 16:55:35 -04:00
parent ca29c7a7e7
commit 71af5fb3d0

View File

@ -400,6 +400,8 @@ mv vendor/android-prepare-vendor/DEVICE/BUILD_ID/vendor/google_devices/* vendor/
<pre>rm -r out</pre>
<p>Next, start the build process with the <code>m</code> command:</p>
<pre>m target-files-package</pre>
<p><strong>For an emulator build, always use the development build approach below.</strong></p>