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 /native | |
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 'native')
-rw-r--r-- | native/webview/loader/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/native/webview/loader/Android.bp b/native/webview/loader/Android.bp index 0ba256facb6d..dfa5bdde0785 100644 --- a/native/webview/loader/Android.bp +++ b/native/webview/loader/Android.bp @@ -24,6 +24,8 @@ cc_library_shared { cflags: ["-Werror"], + header_libs: ["jni_headers"], + shared_libs: [ "libdl", "liblog", |