| commit | e32877afccb09f4d6fe0f24586a07f748b92e23e | [log] [tgz] |
|---|---|---|
| author | Orion Hodson <oth@google.com> | Wed Apr 22 11:10:13 2020 +0100 |
| committer | Orion Hodson <oth@google.com> | Fri Apr 24 13:14:28 2020 +0000 |
| tree | 4c984e78c9208da8f4eb2c3a20b8576b5071420c | |
| parent | fc2e4e0742d110b9b47a0f3278f54281e31a1345 [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 Exempt-From-Owner-Approval: build clean-up
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", ]