Docs: Add new devices to building documents.
Bug: 26401567
Change-Id: Ia2e3cf125ca2bb04ad86cd503fda20db2b14dd92
diff --git a/src/source/building-kernels.jd b/src/source/building-kernels.jd
index d517349..cba1463 100644
--- a/src/source/building-kernels.jd
+++ b/src/source/building-kernels.jd
@@ -41,6 +41,18 @@
<th>Build configuration</th>
</tr>
<tr>
+ <td>angler</td>
+ <td>device/huawei/angler-kernel</td>
+ <td>kernel/msm</td>
+ <td>angler_defconfig</td>
+ </tr>
+ <tr>
+ <td>bullhead</td>
+ <td>device/lge/bullhead-kernel</td>
+ <td>kernel/msm</td>
+ <td>bullhead_defconfig</td>
+ </tr>
+ <tr>
<td>shamu</td>
<td>device/moto/shamu-kernel</td>
<td>kernel/msm</td>
@@ -189,6 +201,7 @@
<li>The <code>goldfish</code> project contains the kernel sources for the emulated
platforms.</li>
<li>The <code>msm</code> project has the sources for ADP1, ADP2, Nexus One, Nexus 4, Nexus 5, Nexus 6,
+Nexus 5X, Nexus 6P,
and can be used as a starting point for work on Qualcomm MSM chipsets.</li>
<li>The <code>omap</code> project is used for PandaBoard and Galaxy Nexus,
and can be used as a starting point for work on TI OMAP chipsets.</li>
@@ -241,4 +254,4 @@
<p class="note"><strong>Note:</strong> Kernel names differ by device. To locate
the correct filename for your kernel, refer to
-<code>device/<vendor>/<name></code> in the kernel source.</p>
\ No newline at end of file
+<code>device/<vendor>/<name></code> in the kernel source.</p>
diff --git a/src/source/running.jd b/src/source/running.jd
index 393bb16..afa7c69 100644
--- a/src/source/running.jd
+++ b/src/source/running.jd
@@ -71,6 +71,14 @@
</thead>
<tbody>
<tr>
+<td>angler</td>
+<td>Press and hold <em>Volume Down</em>, then press and hold <em>Power</em></td>
+</tr>
+<tr>
+<td>bullhead</td>
+<td>Press and hold <em>Volume Down</em>, then press and hold <em>Power</em></td>
+</tr>
+<tr>
<td>shamu</td>
<td>Press and hold <em>Volume Down</em>, then press and hold <em>Power</em></td>
</tr>
@@ -209,11 +217,20 @@
</thead>
<tbody>
<tr>
+ <td>Nexus 6P</td>
+<td>angler</td>
+<td>aosp_angler-userdebug</td>
+</tr>
+<tr>
+ <td>Nexus 5X</td>
+<td>bullhead</td>
+<td>aosp_bullhead-userdebug</td>
+</tr>
+<tr>
<td>Nexus 6</td>
<td>shamu</td>
<td>aosp_shamu-userdebug</td>
</tr>
-</tr>
<tr>
<td>Nexus Player</td>
<td>fugu</td>