diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-07-16 15:50:07 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-07-16 15:50:07 -0400 |
| commit | 9a87f2997f36305f4b57e5f299c4bf037d9a0e1f (patch) | |
| tree | a71888c7d5e0b9c26a18e9e07f5b4063add01fac /static/build.html | |
| parent | 8a2bc2f0c656f005805f591bc859663e5f302cbf (diff) | |
remove aosp_ prefix from Pixel build targets
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 |
