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