summaryrefslogtreecommitdiff
path: root/libs/hwui/apex/include/android/graphics/renderthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/hwui/apex/include/android/graphics/renderthread.h')
-rw-r--r--libs/hwui/apex/include/android/graphics/renderthread.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/hwui/apex/include/android/graphics/renderthread.h b/libs/hwui/apex/include/android/graphics/renderthread.h
index 0a790af731a9..50280a6dd1fb 100644
--- a/libs/hwui/apex/include/android/graphics/renderthread.h
+++ b/libs/hwui/apex/include/android/graphics/renderthread.h
@@ -16,6 +16,7 @@
#ifndef ANDROID_GRAPHICS_RENDERTHREAD_H
#define ANDROID_GRAPHICS_RENDERTHREAD_H
+#include <cutils/compiler.h>
#include <sys/cdefs.h>
__BEGIN_DECLS
@@ -26,7 +27,7 @@ __BEGIN_DECLS
* function requires a valid fd, but does not persist or assume ownership of the fd
* outside the scope of this function.
*/
-void ARenderThread_dumpGraphicsMemory(int fd);
+ANDROID_API void ARenderThread_dumpGraphicsMemory(int fd);
__END_DECLS