summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jerome Gaillard <jgaillard@google.com> 2024-02-26 17:14:54 +0000
committer Jerome Gaillard <jgaillard@google.com> 2024-02-29 11:05:53 +0000
commit358a360cbdbdd0ac9d2f82387cf5bcede112fc17 (patch)
treebd3471deb173a410205c4c308eea7498f4c2ec00
parentf3ff3b89e5cd7e22c2c50db1fd310fdafeb7b26c (diff)
Delete unneeded #ifdef
Host builds now support RenderThread. Bug: 322360037 Test: host build of libhwui Change-Id: Idfc96eb2dc36b7c267fbce0a06d9f82dc7d66031
-rw-r--r--libs/hwui/VectorDrawable.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/libs/hwui/VectorDrawable.cpp b/libs/hwui/VectorDrawable.cpp
index 536ff781badc..2ea4e3f21163 100644
--- a/libs/hwui/VectorDrawable.cpp
+++ b/libs/hwui/VectorDrawable.cpp
@@ -16,6 +16,7 @@
#include "VectorDrawable.h"
+#include <gui/TraceUtils.h>
#include <math.h>
#include <string.h>
#include <utils/Log.h>
@@ -26,12 +27,7 @@
#include "SkSamplingOptions.h"
#include "SkScalar.h"
#include "hwui/Paint.h"
-
-#ifdef __ANDROID__
#include "renderthread/RenderThread.h"
-#endif
-
-#include <gui/TraceUtils.h>
#include "utils/Macros.h"
#include "utils/VectorDrawableUtils.h"