aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorOrion Hodson <oth@google.com>2020-04-22 10:50:21 +0100
committerOrion Hodson <oth@google.com>2020-04-24 10:53:34 +0000
commit5b027d2f32cc3208c763409cd02b0d3d08d07a00 (patch)
treece7bab5be5dfe766299e619361de8653af92588d /Android.bp
parent409a618f65074cd5164cef204660035e0f91cf4c (diff)
downloadicing-5b027d2f32cc3208c763409cd02b0d3d08d07a00.tar.gz
Add explicit dependency on jni_headers to libicing_jni
Preparation for removing implicit include paths for jni.h from soong. Bug: 152482542 Test: m checkbuild Change-Id: I030c636f3c58611fdc98bf03576bccb999f0b05d Exempt-From-Owner-Approval: build clean-up
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 265e62e..9f80856 100644
--- a/Android.bp
+++ b/Android.bp
@@ -79,6 +79,7 @@ cc_library_shared {
// Tools for manual debugging/investigating
"icing/tools/**/*",
],
+ header_libs: ["jni_headers"],
static_libs: [
"icing-c-proto",
"libutf",