remove references to marlin / sailfish

This commit is contained in:
Daniel Micay 2019-04-27 09:50:37 -04:00
parent 6193cf34e2
commit 3bb1dcc8dc
2 changed files with 1 additions and 7 deletions

View File

@ -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

View File

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