From 3bb1dcc8dceab18052e54280334faa16990d8d87 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 27 Apr 2019 09:50:37 -0400 Subject: [PATCH] remove references to marlin / sailfish --- static/build.html | 2 +- static/releases.js | 6 ------ 2 files changed, 1 insertion(+), 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

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"; }