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

Select the desired build target (aosp_crosshatch is the Pixel 3 XL): -

choosecombo release aosp_marlin user
+
choosecombo release aosp_crosshatch user

For a development build, you may want to replace user with userdebug 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"; }