remove aosp_ prefix from Pixel build targets
This commit is contained in:
parent
8a2bc2f0c6
commit
9a87f2997f
@ -136,15 +136,15 @@
|
||||
<p>Smartphone targets:</p>
|
||||
|
||||
<ul>
|
||||
<li>aosp_redfin (Pixel 5)</li>
|
||||
<li>aosp_bramble (Pixel 4a (5G))</li>
|
||||
<li>aosp_sunfish (Pixel 4a)</li>
|
||||
<li>aosp_coral (Pixel 4 XL)</li>
|
||||
<li>aosp_flame (Pixel 4)</li>
|
||||
<li>aosp_bonito (Pixel 3a XL)</li>
|
||||
<li>aosp_sargo (Pixel 3a)</li>
|
||||
<li>aosp_crosshatch (Pixel 3 XL)</li>
|
||||
<li>aosp_blueline (Pixel 3)</li>
|
||||
<li>redfin (Pixel 5)</li>
|
||||
<li>bramble (Pixel 4a (5G))</li>
|
||||
<li>sunfish (Pixel 4a)</li>
|
||||
<li>coral (Pixel 4 XL)</li>
|
||||
<li>flame (Pixel 4)</li>
|
||||
<li>bonito (Pixel 3a XL)</li>
|
||||
<li>sargo (Pixel 3a)</li>
|
||||
<li>crosshatch (Pixel 3 XL)</li>
|
||||
<li>blueline (Pixel 3)</li>
|
||||
</ul>
|
||||
|
||||
<p>These are all fully supported production-ready targets supporting all the
|
||||
@ -428,9 +428,9 @@ git submodule update --init --recursive
|
||||
|
||||
<pre>source script/envsetup.sh</pre>
|
||||
|
||||
<p>Select the desired build target (<code>aosp_sunfish</code> is the Pixel 4a):</p>
|
||||
<p>Select the desired build target (<code>sunfish</code> is the Pixel 4a):</p>
|
||||
|
||||
<pre>choosecombo release aosp_sunfish user</pre>
|
||||
<pre>choosecombo release sunfish 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user