Skip to content
Snippets Groups Projects
Commit 358a360c authored by Jerome Gaillard's avatar Jerome Gaillard
Browse files

Delete unneeded #ifdef

Host builds now support RenderThread.

Bug: 322360037
Test: host build of libhwui
Change-Id: Idfc96eb2dc36b7c267fbce0a06d9f82dc7d66031
parent f3ff3b89
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment