commit | a58ef3567b5dc5fd6b3cb5749c7a6908eeee4764 | [log] [tgz] |
---|---|---|
author | Orion Hodson <oth@google.com> | Wed Apr 22 11:10:13 2020 +0100 |
committer | Orion Hodson <oth@google.com> | Wed May 27 16:52:08 2020 +0100 |
tree | 69ade53aab99795fe6648a1aec93c31a54e8078a | |
parent | 45e0cf7236a21b4236b9e3ed9cb02829472c678b [diff] [blame] |
Add dependencies on jni_headers Preparation for removing implicit include paths for jni.h from soong. Bug: 152482542 Test: m checkbuild Change-Id: I06873e61e519b6e54d7325f90231bce732790366 Merged-In: I06873e61e519b6e54d7325f90231bce732790366 Exempt-From-Owner-Approval: build clean-up (cherry picked from commit e32877afccb09f4d6fe0f24586a07f748b92e23e)
diff --git a/services/vr/virtual_touchpad/Android.bp b/services/vr/virtual_touchpad/Android.bp index dcaa663..9cf4905 100644 --- a/services/vr/virtual_touchpad/Android.bp +++ b/services/vr/virtual_touchpad/Android.bp
@@ -14,6 +14,7 @@ ] header_libraries = [ + "jni_headers", "libdvr_headers", ]