diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-04-23 16:55:35 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-04-23 16:55:46 -0400 |
| commit | 71af5fb3d0e43bdc00e9eb47095507bab23d6bd7 (patch) | |
| tree | c096c11e1e657e14ea1b489452e5dda647572e6e /static/build.html | |
| parent | ca29c7a7e7ec0f3fb050050bbe0bf00bb6ae1237 (diff) | |
add explanation for starting the build process
Diffstat (limited to 'static/build.html')
| -rw-r--r-- | static/build.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/build.html b/static/build.html index 1b9c9bd1..3692b3d6 100644 --- a/static/build.html +++ b/static/build.html @@ -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> |
