aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDanielle Roberts <daroberts@google.com>2017-03-02 18:21:29 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-03-02 18:21:29 +0000
commitea20f28ee5fd758f792ba8009e9b01e26e592a84 (patch)
tree96eefa7e3a76c45882e02a25eaa1435d6d31c17c /src
parent9f36ebc353b4988076c318e7295ec0dc29ca2dce (diff)
parent2f244235244c89c84979679a6e35f3cac724b7c0 (diff)
downloadsource.android.com-ea20f28ee5fd758f792ba8009e9b01e26e592a84.tar.gz
Merge "Doc: fix the location of gralloc.h" am: 69174ce275 am: 7363edfcb2
am: 2f24423524 Change-Id: I81db5a02c8596a28eeba3b39d43a46e248c1fab2
Diffstat (limited to 'src')
-rw-r--r--src/devices/graphics/implement.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/graphics/implement.jd b/src/devices/graphics/implement.jd
index 54b4620b..e1ca3329 100644
--- a/src/devices/graphics/implement.jd
+++ b/src/devices/graphics/implement.jd
@@ -92,7 +92,7 @@ interface defined in <code>system/core/include/system/window.h</code>.</p>
<p>The graphics memory allocator allocates memory requested by image producers.
You can find the interface definition of the HAL at
-<code>hardware/libhardware/modules/gralloc.h</code>.</p>
+<code>hardware/libhardware/include/hardware/gralloc.h</code>.</p>
<h3 id=protected_buffers>Protected buffers</h3>