diff options
author | Orion Hodson <oth@google.com> | 2020-04-22 11:26:59 +0100 |
---|---|---|
committer | Orion Hodson <oth@google.com> | 2020-04-24 13:14:39 +0000 |
commit | 43c1a6a41c82ec00683f13dc282072189d0c0594 (patch) | |
tree | 58c3480f1a609a374704ac24465738ae46465cfa /input | |
parent | 5ebaedabc19703b44026741702162ae19387d404 (diff) |
Add dependency on jni_headers
Preparation for removing implicit include paths for jni.h from soong.
Bug: 152482542
Test: Apply future soong change && m checkbuild
Change-Id: I880eb1f307d995cbd4f0f19e8f8d22c20fc36bef
Exempt-From-Owner-Approval: build clean-up
Diffstat (limited to 'input')
-rw-r--r-- | input/classifier/1.0/vts/functional/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/input/classifier/1.0/vts/functional/Android.bp b/input/classifier/1.0/vts/functional/Android.bp index 4d6c9c367e..99fdb8c445 100644 --- a/input/classifier/1.0/vts/functional/Android.bp +++ b/input/classifier/1.0/vts/functional/Android.bp @@ -18,6 +18,7 @@ cc_test { name: "VtsHalInputClassifierV1_0TargetTest", defaults: ["VtsHalTargetTestDefaults"], srcs: ["VtsHalInputClassifierV1_0TargetTest.cpp"], + header_libs: ["jni_headers"], static_libs: [ "android.hardware.input.classifier@1.0", "android.hardware.input.common@1.0", |