Add dependencies on jni_headers

Preparation for removing implicit include paths for jni.h from soong.

Bug: 152482542
Test: m checkbuild
Change-Id: I06873e61e519b6e54d7325f90231bce732790366
Exempt-From-Owner-Approval: build clean-up
This commit is contained in:
Orion Hodson 2020-04-22 11:10:13 +01:00
parent fc2e4e0742
commit e32877afcc
3 changed files with 6 additions and 0 deletions

View file

@ -34,6 +34,9 @@ cc_library {
clang: true,
header_libs: ["jni_headers"],
export_header_lib_headers: ["jni_headers"],
shared_libs: [
"libbase",
"liblog",

View file

@ -21,6 +21,7 @@ cc_library_shared {
"InputHost.cpp",
],
header_libs: ["jni_headers"],
shared_libs: [
"libbinder",
"libcrypto",
@ -42,6 +43,7 @@ cc_library_shared {
//-fvisibility=hidden
],
export_header_lib_headers: ["jni_headers"],
export_include_dirs: ["."],
}

View file

@ -14,6 +14,7 @@ shared_libs = [
]
header_libraries = [
"jni_headers",
"libdvr_headers",
]