diff options
| author | Dmitry Muhomor <muhomor.dmitry@gmail.com> | 2023-09-02 09:34:04 +0300 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-09-02 02:39:21 -0400 |
| commit | 2eb6dfd5a4de6ab159f528906501f756f3ae4786 (patch) | |
| tree | ecef54fbbfe3d8d6e27b35b3e24e9dde1b1bbaf8 /static/build.html | |
| parent | 1947e73fb6ba7d1d2585cc0ebdd6ce47ff3f42d1 (diff) | |
replace choosecombo with lunch
lunch is much faster and doesn't show the confusing choose{type,product,variant} output.
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 f7107cc2..40783f63 100644 --- a/static/build.html +++ b/static/build.html @@ -415,7 +415,7 @@ m aapt2</pre> <p>Select the desired build target (<code>raven</code> is the Pixel 6 Pro):</p> - <pre>choosecombo release raven user</pre> + <pre>lunch raven-user</pre> <p>For a development build, you may want to replace <code>user</code> with <code>userdebug</code> in order to have better debugging support. Production builds |
