remove references to marlin / sailfish
This commit is contained in:
parent
6193cf34e2
commit
3bb1dcc8dc
@ -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
|
||||
|
@ -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";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user