diff options
author | rnlee <rnlee@google.com> | 2021-05-21 15:40:53 -0700 |
---|---|---|
committer | Rachel Lee <rnlee@google.com> | 2021-05-22 00:12:43 +0000 |
commit | ce9762b57feccb32088328933937a10771cb9c53 (patch) | |
tree | b5397d5e5535bb2df5c6d77653bb339fa02fc177 /libs/hwui/VectorDrawable.cpp | |
parent | 53e5b2d923384fbf669e3d4be67b9e051e640f9d (diff) |
Use TraceUtils.h from gui shared library.
Test: It makes
Bug: 183120308
Change-Id: I331262dd2da59817031f0c708f4c102041dcb5e0
Diffstat (limited to 'libs/hwui/VectorDrawable.cpp')
-rw-r--r-- | libs/hwui/VectorDrawable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/VectorDrawable.cpp b/libs/hwui/VectorDrawable.cpp index 4a21ad6ab945..55f434f49bbd 100644 --- a/libs/hwui/VectorDrawable.cpp +++ b/libs/hwui/VectorDrawable.cpp @@ -30,8 +30,8 @@ #include "renderthread/RenderThread.h" #endif +#include <gui/TraceUtils.h> #include "utils/Macros.h" -#include "utils/TraceUtils.h" #include "utils/VectorDrawableUtils.h" namespace android { |