diff options
author | Orion Hodson <oth@google.com> | 2020-04-22 11:25:47 +0100 |
---|---|---|
committer | Orion Hodson <oth@google.com> | 2020-05-27 16:54:12 +0100 |
commit | 2bc7bf0b346d7a823f3edbc397a9f956f9fc8219 (patch) | |
tree | 522fc25dc731545f2d18ecdd867c8170a5b920cc /modules | |
parent | 6df12d701dad0ecbb46c37a217d689cebc403737 (diff) |
Add jni_headers to libinput_evdev
Preparation for removing implicit include paths for jni.h from soong.
Bug: 152482542
Test: apply soong change and 'm checkbuild'
Change-Id: I0a021d293f53fdb78b37452b5aa873d809e6ca81
Merged-In: I0a021d293f53fdb78b37452b5aa873d809e6ca81
Exempt-From-Owner-Approval: build clean-up
(cherry picked from commit a49fa1c8a9bd71eeab4971b7572e6a81b233f162)
Diffstat (limited to 'modules')
-rw-r--r-- | modules/input/evdev/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/input/evdev/Android.bp b/modules/input/evdev/Android.bp index 26e711fd..bcd563f0 100644 --- a/modules/input/evdev/Android.bp +++ b/modules/input/evdev/Android.bp @@ -27,6 +27,7 @@ cc_library_shared { "SwitchInputMapper.cpp", ], + header_libs: ["jni_headers"], shared_libs: [ "libhardware_legacy", "liblog", |