diff options
| -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 |
