summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/build.html2
-rw-r--r--static/releases.js6
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";
}