diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-03-05 20:59:48 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-03-05 20:59:48 -0500 |
| commit | 9076fa9bf737e8157cb4dd067d20af2069d2fb39 (patch) | |
| tree | 635967907ce5a4a7f0c80efc1a6d9946e408fe60 | |
| parent | ac35fc4d9003c4ff7d17e8e1c8e8c14ceed3840d (diff) | |
document new lunch syntax for Android 14 QPR2
| -rw-r--r-- | static/build.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/static/build.html b/static/build.html index 7b37aed2..e559992e 100644 --- a/static/build.html +++ b/static/build.html @@ -394,9 +394,13 @@ m aapt2</pre> <pre>source build/envsetup.sh</pre> - <p>Select the desired build target (<code>raven</code> is the Pixel 6 Pro):</p> + <p>Select the desired build target (<code>husky</code> is the Pixel 8 Pro):</p> - <pre>lunch raven-user</pre> + <pre>lunch husky-ap1a-user</pre> + + <p>For past stable tags and legacy branches, don't pass the Android release:</p> + + <pre>lunch husky-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 |
