commit | 09c8d2d004d715d33419f6abfc36f289051bdd3d | [log] [tgz] |
---|---|---|
author | chaviw <chaviw@google.com> | Mon Aug 24 15:48:26 2020 -0700 |
committer | chaviw <chaviw@google.com> | Thu Aug 27 15:22:07 2020 -0700 |
tree | ac2545092a5ac893a947432234dde46e759d3a7b | |
parent | 36ca632e6ff6eaa29f9f1ab9997e6497e7dd2542 [diff] [blame] |
Created libattestation Move attestation logic from input into separate library. This way Input and SurfaceFlinger can leverage the same logic Test: inputflinger_test Test: attestation_tests Bug: 155825630 Change-Id: Ia4f65166da8a1c53a9570db59eab602190438696
diff --git a/services/inputflinger/dispatcher/Android.bp b/services/inputflinger/dispatcher/Android.bp index d29d8df..ff9aac9 100644 --- a/services/inputflinger/dispatcher/Android.bp +++ b/services/inputflinger/dispatcher/Android.bp
@@ -48,6 +48,9 @@ "libui", "libutils", ], + static_libs: [ + "libattestation", + ], header_libs: [ "libinputdispatcher_headers", ],