diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-04-27 09:50:37 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-04-27 09:50:37 -0400 |
| commit | 3bb1dcc8dceab18052e54280334faa16990d8d87 (patch) | |
| tree | 79dd0c9e461309153746dd1e68c13b79ef8d21bf /static | |
| parent | 6193cf34e21eeaf650e374593e0e411457f5b9dc (diff) | |
remove references to marlin / sailfish
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 2 | ||||
| -rw-r--r-- | static/releases.js | 6 |
2 files changed, 1 insertions, 7 deletions
diff --git a/static/build.html b/static/build.html index b30ee21d..5014cacb 100644 --- a/static/build.html +++ b/static/build.html @@ -172,7 +172,7 @@ git am ../chromium_patches/*.patch</pre> <p>Select the desired build target (<code>aosp_crosshatch</code> is the Pixel 3 XL): - <pre>choosecombo release aosp_marlin user</pre> + <pre>choosecombo release aosp_crosshatch 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 diff --git a/static/releases.js b/static/releases.js index 01ab1b22..1fee833c 100644 --- a/static/releases.js +++ b/static/releases.js @@ -17,12 +17,6 @@ function deviceModel(device) { if (device === "crosshatch") { return "Pixel 3 XL"; } - if (device === "marlin") { - return "Pixel XL"; - } - if (device === "sailfish") { - return "Pixel"; - } if (device === "taimen") { return "Pixel 2 XL"; } |
