diff options
Diffstat (limited to 'static/build.html')
| -rw-r--r-- | static/build.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/static/build.html b/static/build.html index d7a1bb4b..e747dd46 100644 --- a/static/build.html +++ b/static/build.html @@ -136,15 +136,15 @@ <p>Smartphone targets:</p> <ul> - <li>aosp_redfin (Pixel 5)</li> - <li>aosp_bramble (Pixel 4a (5G))</li> - <li>aosp_sunfish (Pixel 4a)</li> - <li>aosp_coral (Pixel 4 XL)</li> - <li>aosp_flame (Pixel 4)</li> - <li>aosp_bonito (Pixel 3a XL)</li> - <li>aosp_sargo (Pixel 3a)</li> - <li>aosp_crosshatch (Pixel 3 XL)</li> - <li>aosp_blueline (Pixel 3)</li> + <li>redfin (Pixel 5)</li> + <li>bramble (Pixel 4a (5G))</li> + <li>sunfish (Pixel 4a)</li> + <li>coral (Pixel 4 XL)</li> + <li>flame (Pixel 4)</li> + <li>bonito (Pixel 3a XL)</li> + <li>sargo (Pixel 3a)</li> + <li>crosshatch (Pixel 3 XL)</li> + <li>blueline (Pixel 3)</li> </ul> <p>These are all fully supported production-ready targets supporting all the @@ -428,9 +428,9 @@ git submodule update --init --recursive <pre>source script/envsetup.sh</pre> - <p>Select the desired build target (<code>aosp_sunfish</code> is the Pixel 4a):</p> + <p>Select the desired build target (<code>sunfish</code> is the Pixel 4a):</p> - <pre>choosecombo release aosp_sunfish user</pre> + <pre>choosecombo release sunfish 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 |
