diff options
author | Derek Sollenberger <djsollen@google.com> | 2019-10-25 11:11:32 -0400 |
---|---|---|
committer | Derek Sollenberger <djsollen@google.com> | 2020-02-20 21:49:44 -0500 |
commit | c5882c4eb614179c8dad323cbbb115b62bb35f43 (patch) | |
tree | 95aa6014369da64fa5a6911df001046c002fd51e /libs/hwui/DeviceInfo.cpp | |
parent | 5368eda5127701dc84b9e4da61dfbfa685a00b2d (diff) |
Remove dependencies on headers outside UI module
This includes AndroidRuntime and core_jni_helper.h
Bug: 137655431
Test: CtsUiRenderingTestCases
Change-Id: If3d26f41eaf4981505ee47634097f3645fd563fd
Diffstat (limited to 'libs/hwui/DeviceInfo.cpp')
-rw-r--r-- | libs/hwui/DeviceInfo.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/hwui/DeviceInfo.cpp b/libs/hwui/DeviceInfo.cpp index 6d4a0c6421d9..c24224cbbd67 100644 --- a/libs/hwui/DeviceInfo.cpp +++ b/libs/hwui/DeviceInfo.cpp @@ -18,9 +18,6 @@ #include <log/log.h> #include <utils/Errors.h> -#include <mutex> -#include <thread> - #include "Properties.h" namespace android { |