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.h | |
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.h')
-rw-r--r-- | libs/hwui/PathParser.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/hwui/PathParser.h b/libs/hwui/PathParser.h index f5bebce605fb..878bb7c0f137 100644 --- a/libs/hwui/PathParser.h +++ b/libs/hwui/PathParser.h @@ -22,7 +22,6 @@ #include <android/log.h> #include <cutils/compiler.h> -#include <jni.h> #include <string> |