summaryrefslogtreecommitdiff
path: root/libs/hwui/renderthread/RenderThread.h
diff options
context:
space:
mode:
authorDerek Sollenberger <djsollen@google.com>2020-02-21 13:07:28 -0500
committerDerek Sollenberger <djsollen@google.com>2020-04-09 14:26:16 -0400
commit3fedf5a7e28eec600a4223fb7a596d1f570abdb7 (patch)
tree2306ba95e96b294b5cb65d7f32f47aa1e9262dab /libs/hwui/renderthread/RenderThread.h
parent2c5d63439e653c2981841ca819957fbd8a414d54 (diff)
Remove unecessary exported symbols from libhwui.so
Test: compiles and links Bug: 150782769 Change-Id: Ib49c1bf914b6bfaad1fb29371115df7c9eec08d2
Diffstat (limited to 'libs/hwui/renderthread/RenderThread.h')
-rw-r--r--libs/hwui/renderthread/RenderThread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/renderthread/RenderThread.h b/libs/hwui/renderthread/RenderThread.h
index 8be46a6d16e1..2c295bcd8105 100644
--- a/libs/hwui/renderthread/RenderThread.h
+++ b/libs/hwui/renderthread/RenderThread.h
@@ -88,7 +88,7 @@ class RenderThread : private ThreadBase {
public:
// Sets a callback that fires before any RenderThread setup has occurred.
- ANDROID_API static void setOnStartHook(JVMAttachHook onStartHook);
+ static void setOnStartHook(JVMAttachHook onStartHook);
static JVMAttachHook getOnStartHook();
WorkQueue& queue() { return ThreadBase::queue(); }