commit | 342c9270b18499de563d6997bd3b08275b60982e | [log] [tgz] |
---|---|---|
author | Gang Wang <wanggang@google.com> | Mon Jan 13 13:15:04 2020 -0500 |
committer | Siarhei Vishniakou <svv@google.com> | Wed Feb 12 10:48:18 2020 -0800 |
tree | 325b79ed4655818ee314fe2a622aa871034a2684 | |
parent | 54d3e189009e4138ec5074b0ac79f56ce322daed [diff] [blame] |
Add HmacKeyManager to InputDispatcher This class will be used to sign pieces of MotionEvent and MotionEntry. Bug: 134977432 Test: atest libinput_tests inputflinger_tests Change-Id: Ica006edc5b049e1d5d894de255866eedb9cbb0e2
diff --git a/services/inputflinger/dispatcher/Android.bp b/services/inputflinger/dispatcher/Android.bp index a556aad..3f956a8 100644 --- a/services/inputflinger/dispatcher/Android.bp +++ b/services/inputflinger/dispatcher/Android.bp
@@ -28,6 +28,7 @@ ], shared_libs: [ "libbase", + "libcrypto", "libcutils", "libinput", "libinputreporter",