aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/devices/audio/testing_circuit.jd2
-rw-r--r--src/devices/graphics/architecture.jd2
-rw-r--r--src/source/build-numbers.jd5
3 files changed, 7 insertions, 2 deletions
diff --git a/src/devices/audio/testing_circuit.jd b/src/devices/audio/testing_circuit.jd
index 12a5bcb3..1881e0c8 100644
--- a/src/devices/audio/testing_circuit.jd
+++ b/src/devices/audio/testing_circuit.jd
@@ -89,6 +89,6 @@ the results are not typical and cannot be used to extrapolate to other situation
<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 25480433..40606a8d 100644
--- a/src/devices/graphics/architecture.jd
+++ b/src/devices/graphics/architecture.jd
@@ -97,7 +97,7 @@ language.</li>
<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/source/build-numbers.jd b/src/source/build-numbers.jd
index e7305ff9..6d043408 100644
--- a/src/source/build-numbers.jd
+++ b/src/source/build-numbers.jd
@@ -41,6 +41,11 @@ API levels and NDK releases provided for convenience:</p>
</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>