Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -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"