aboutsummaryrefslogtreecommitdiffstats
path: root/native/dicttoolkit
diff options
context:
space:
mode:
authorOrion Hodson <oth@google.com>2020-04-03 12:45:16 +0100
committerOrion Hodson <oth@google.com>2020-04-13 17:15:59 +0100
commit54c4f2afb5a7fb8d974d78f401fa4e421675a18f (patch)
treef822b2f287a7acb32b28068752b64448fbf0b459 /native/dicttoolkit
parent2e60c56ea9fa78d011a66115d86f8c9b1c73ce11 (diff)
downloadlatinime-54c4f2afb5a7fb8d974d78f401fa4e421675a18f.tar.gz
latinime-54c4f2afb5a7fb8d974d78f401fa4e421675a18f.tar.xz
latinime-54c4f2afb5a7fb8d974d78f401fa4e421675a18f.zip
Add explicit dependencies on jni_headers
Preparation for removing implicit include paths for jni.h from soong. Bug: 152482542 Test: lunch aosp_x86_64 && m checkbuild Change-Id: Ib36e679819a3309ccbf12fd592309b16c8bbd6c8
Diffstat (limited to 'native/dicttoolkit')
-rw-r--r--native/dicttoolkit/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/native/dicttoolkit/Android.bp b/native/dicttoolkit/Android.bp
index b214ff984..fd35697c1 100644
--- a/native/dicttoolkit/Android.bp
+++ b/native/dicttoolkit/Android.bp
@@ -37,6 +37,7 @@ cc_defaults {
"-Wno-unused-function",
],
+ header_libs: ["jni_headers"],
local_include_dirs: ["src"],
// TODO
include_dirs: ["packages/inputmethods/LatinIME/native/jni/src"],