diff options
author | Orion Hodson <oth@google.com> | 2020-04-03 09:42:03 +0100 |
---|---|---|
committer | Orion Hodson <oth@google.com> | 2020-04-16 08:26:14 +0000 |
commit | 63f06b738dde1f495a4feb47b2188636cb6b3044 (patch) | |
tree | 4831a831cd3ecb1cff2c6f4d4fca75f663517dbe /libs/hwui/PathParser.cpp | |
parent | 8e8224c97ba63d948631bcebb3b817ac9f3eaeea (diff) |
Add explicit dependencies on jni_headers
Preparation for removing implicit include paths for jni.h from soong.
Also remove unnecessary jni.h includes from PathParser.{h,cpp}.
Bug: 152482542
Test: lunch aosp_x86_64 && m checkbuild
Change-Id: Ib18afa3d2c93ed3ce69204286d5177991100fd7e
Exempt-From-Owner-Approval: build refactoring
Diffstat (limited to 'libs/hwui/PathParser.cpp')
-rw-r--r-- | libs/hwui/PathParser.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/hwui/PathParser.cpp b/libs/hwui/PathParser.cpp index 808921d344da..61d06c2697aa 100644 --- a/libs/hwui/PathParser.cpp +++ b/libs/hwui/PathParser.cpp @@ -16,8 +16,6 @@ #include "PathParser.h" -#include "jni.h" - #include <errno.h> #include <stdlib.h> #include <utils/Log.h> |