Merge "Add dependencies on jni_headers" am: ed38697b9f am: 560de1587b

Change-Id: Idf1fc1cab46e19b6a38350323c53fe7acd7bd91f
This commit is contained in:
Orion Hodson 2020-06-01 09:58:43 +00:00 committed by Automerger Merge Worker
commit 499ad88989
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",
]