summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Orion Hodson <oth@google.com> 2020-06-01 09:20:10 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2020-06-01 09:20:10 +0000
commited38697b9f8e4140802f13e3bb4e174bf7201eed (patch)
treed59698b9aacd42201a585bee90f33719caa6338b
parent43beafe0b045a122d1e352d693abc282f03d4397 (diff)
parenta58ef3567b5dc5fd6b3cb5749c7a6908eeee4764 (diff)
Merge "Add dependencies on jni_headers"
-rw-r--r--libs/input/Android.bp3
-rw-r--r--services/inputflinger/host/Android.bp2
-rw-r--r--services/vr/virtual_touchpad/Android.bp1
3 files changed, 6 insertions, 0 deletions
diff --git a/libs/input/Android.bp b/libs/input/Android.bp
index 2d788119cd..6132b1ceca 100644
--- a/libs/input/Android.bp
+++ b/libs/input/Android.bp
@@ -34,6 +34,9 @@ cc_library {
clang: true,
+ header_libs: ["jni_headers"],
+ export_header_lib_headers: ["jni_headers"],
+
shared_libs: [
"libbase",
"liblog",
diff --git a/services/inputflinger/host/Android.bp b/services/inputflinger/host/Android.bp
index cbe0190dfa..b56f356dfd 100644
--- a/services/inputflinger/host/Android.bp
+++ b/services/inputflinger/host/Android.bp
@@ -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: ["."],
}
diff --git a/services/vr/virtual_touchpad/Android.bp b/services/vr/virtual_touchpad/Android.bp
index dcaa663160..9cf4905b68 100644
--- a/services/vr/virtual_touchpad/Android.bp
+++ b/services/vr/virtual_touchpad/Android.bp
@@ -14,6 +14,7 @@ shared_libs = [
]
header_libraries = [
+ "jni_headers",
"libdvr_headers",
]