Merge "Doc: fix the location of gralloc.h"
diff --git a/src/devices/graphics/implement.jd b/src/devices/graphics/implement.jd
index 54b4620..e1ca332 100644
--- a/src/devices/graphics/implement.jd
+++ b/src/devices/graphics/implement.jd
@@ -92,7 +92,7 @@
 
 <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>