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/jni/android_util_PathParser.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/jni/android_util_PathParser.cpp')
-rw-r--r-- | libs/hwui/jni/android_util_PathParser.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/hwui/jni/android_util_PathParser.cpp b/libs/hwui/jni/android_util_PathParser.cpp index 10efb95100ac..df5e9cd44ed0 100644 --- a/libs/hwui/jni/android_util_PathParser.cpp +++ b/libs/hwui/jni/android_util_PathParser.cpp @@ -14,7 +14,6 @@ * limitations under the License. */ -#include "jni.h" #include "GraphicsJNI.h" #include <PathParser.h> @@ -22,7 +21,6 @@ #include <utils/VectorDrawableUtils.h> #include <android/log.h> -#include "core_jni_helpers.h" namespace android { |