aboutsummaryrefslogtreecommitdiff
path: root/src/devices/graphics/implement-hwc.jd
diff options
context:
space:
mode:
authorGina Dimino <gdimino@google.com>2016-08-21 18:31:12 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-08-21 18:31:12 +0000
commitb31e4a9f2a9e7a3f455a8c9dd8a7633f053a71aa (patch)
treee77b4e30fa486788457268020c769c657573458d /src/devices/graphics/implement-hwc.jd
parent263bdeaa22d70ccf4c2a6a59515576eeef8249fa (diff)
parentd9ce41db3141b9d8cc7bb3181bc865d4c23228b3 (diff)
downloadsource.android.com-b31e4a9f2a9e7a3f455a8c9dd8a7633f053a71aa.tar.gz
Docs: Batch fix of "Android N" refs for N release. am: 0f751cede0
am: d9ce41db31 Change-Id: I82dee9fb1f1a8d46b1085b369c24faed3b62d82f
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>