Docs: Change Android N/Nougat to Android 7.0.
am: 0b1a3366f9
Change-Id: Ia170faea097e60408aa19d395cc85acccde91682
diff --git a/src/devices/audio/testing_circuit.jd b/src/devices/audio/testing_circuit.jd
index 12a5bcb..1881e0c 100644
--- a/src/devices/audio/testing_circuit.jd
+++ b/src/devices/audio/testing_circuit.jd
@@ -89,6 +89,6 @@
<p>
This <a href="http://www.youtube.com/watch?v=f95S2IILBJY">Youtube video</a>
-shows the the breadboard version testing circuit in operation.
+shows the breadboard version testing circuit in operation.
Skip ahead to 1:00 to see the circuit.
</p>
diff --git a/src/devices/graphics/architecture.jd b/src/devices/graphics/architecture.jd
index 2548043..40606a8 100644
--- a/src/devices/graphics/architecture.jd
+++ b/src/devices/graphics/architecture.jd
@@ -97,7 +97,7 @@
<h2 id=high_level>High-level components</h2>
<ul>
-<li><a href="{@docRoot}devices/graphics/arch-sv.html">SurfaceView and
+<li><a href="{@docRoot}devices/graphics/arch-sv-glsv.html">SurfaceView and
GLSurfaceView</a>. SurfaceView combines a Surface and a View. SurfaceView's View
components are composited by SurfaceFlinger (and not the app), enabling
rendering from a separate thread/process and isolation from app UI rendering.
diff --git a/src/devices/tech/display/dnd.jd b/src/devices/tech/display/dnd.jd
index 2e1a80b..5588d31 100644
--- a/src/devices/tech/display/dnd.jd
+++ b/src/devices/tech/display/dnd.jd
@@ -24,7 +24,7 @@
</div>
</div>
-<p>Android N supports the following do not disturb (DND) configurations.</p>
+<p>Android 7.0 supports the following do not disturb (DND) configurations.</p>
<h2 id="third_party">Third-party automatic rules</h3>
<p>Third-party applications can use the DND Access API to control DND rules:</p>
diff --git a/src/source/build-numbers.jd b/src/source/build-numbers.jd
index e7305ff..6d04340 100644
--- a/src/source/build-numbers.jd
+++ b/src/source/build-numbers.jd
@@ -41,6 +41,11 @@
</thead>
<tbody>
<tr>
+<td>Nougat</td>
+<td>7.0</td>
+<td>API level 24</td>
+</tr>
+<tr>
<td>Marshmallow</td>
<td>6.0</td>
<td>API level 23</td>