aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanielle Roberts <daroberts@google.com>2017-03-02 18:18:58 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-03-02 18:18:58 +0000
commit2f244235244c89c84979679a6e35f3cac724b7c0 (patch)
treedda581a4f89e9729391c1164915f17d1a0a06b6e
parent5ddc254f6370f163be0b8036967fbcda96ab68d6 (diff)
parent7363edfcb2e37b47cfa731504a4cd4bcb268ed19 (diff)
downloadsource.android.com-2f244235244c89c84979679a6e35f3cac724b7c0.tar.gz
Merge "Doc: fix the location of gralloc.h" am: 69174ce275
am: 7363edfcb2 Change-Id: I6f22682e114e0bdcf0d66bd8a3971b435c572980
-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>