diff options
| author | Eric Mauser <ericmauser@googlemail.com> | 2021-02-10 00:46:25 +0100 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-02-09 19:04:43 -0500 |
| commit | a2fe953515d230d85875e432a7f7f5a4f5030e85 (patch) | |
| tree | f17651251305764b17d77b04c99e7cf45457d5cf | |
| parent | c5b39fee6efa9b7f1333cc796bed3875d2760e14 (diff) | |
use correct codenames for pixel 4a 5G and pixel 5
| -rw-r--r-- | static/build.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/static/build.html b/static/build.html index 514b95c5..c96e4d8d 100644 --- a/static/build.html +++ b/static/build.html @@ -142,8 +142,8 @@ <li>aosp_coral (Pixel 4 XL)</li> <li>aosp_flame (Pixel 4)</li> <li>aosp_sunfish (Pixel 4a)</li> - <li>aosp_redfin (Pixel 4a 5G) - experimental</li> - <li>aosp_bramble (Pixel 5) - experimental</li> + <li>aosp_bramble (Pixel 4a 5G) - experimental</li> + <li>aosp_redfin (Pixel 5) - experimental</li> </ul> <p>These are all fully supported production-ready targets supporting all the baseline @@ -389,8 +389,8 @@ cd ../..</pre> <li> Pixel 4a 5G, Pixel 5: redbull <ul> - <li>Pixel 4a 5G: redfin</li> - <li>Pixel 5: bramble</li> + <li>Pixel 4a 5G: bramble</li> + <li>Pixel 5: redfin</li> </ul> </li> </ul> |
