aboutsummaryrefslogtreecommitdiff
path: root/src/devices/graphics/implement-hwc.jd
diff options
context:
space:
mode:
authorGina Dimino <gdimino@google.com>2016-08-21 18:26:44 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-08-21 18:26:44 +0000
commitd9ce41db3141b9d8cc7bb3181bc865d4c23228b3 (patch)
treee77b4e30fa486788457268020c769c657573458d /src/devices/graphics/implement-hwc.jd
parent2b6fa825fce9a37ed85cfa08251bfdedd3388d58 (diff)
parent0f751cede0fac38d423c8414c74d721a7c91c054 (diff)
downloadsource.android.com-d9ce41db3141b9d8cc7bb3181bc865d4c23228b3.tar.gz
Docs: Batch fix of "Android N" refs for N release.
am: 0f751cede0 Change-Id: Id352e09bec6fcd203fd32bee34ff5b1d06e4e1da
Diffstat (limited to 'src/devices/graphics/implement-hwc.jd')
-rw-r--r--src/devices/graphics/implement-hwc.jd4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/graphics/implement-hwc.jd b/src/devices/graphics/implement-hwc.jd
index ecf6cfbe..77b425a5 100644
--- a/src/devices/graphics/implement-hwc.jd
+++ b/src/devices/graphics/implement-hwc.jd
@@ -232,10 +232,10 @@ been performed if needed, SurfaceFlinger will call <code>presentDisplay</code>.
This is the HWC device's cue to complete the composition process and display the
final result.</p>
-<h2 id="multiple_displays">Multiple displays in Android N</h2>
+<h2 id="multiple_displays">Multiple displays in Android 7.0</h2>
<p>While the HWC2 interface is quite flexible when it comes to the number of
displays in the system, the rest of the Android framework is not yet as
-flexible. When designing a HWC2 implementation intended for use on Android N,
+flexible. When designing a HWC2 implementation intended for use on Android 7.0,
there are some additional restrictions not present in the HWC definition itself:
</p>