diff options
author | 2020-08-24 15:48:26 -0700 | |
---|---|---|
committer | 2020-08-27 15:22:07 -0700 | |
commit | 09c8d2d004d715d33419f6abfc36f289051bdd3d (patch) | |
tree | ac2545092a5ac893a947432234dde46e759d3a7b /libs/input/Input.cpp | |
parent | 36ca632e6ff6eaa29f9f1ab9997e6497e7dd2542 (diff) |
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
Diffstat (limited to 'libs/input/Input.cpp')
-rw-r--r-- | libs/input/Input.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/input/Input.cpp b/libs/input/Input.cpp index 51910fe6f9..692c65dc46 100644 --- a/libs/input/Input.cpp +++ b/libs/input/Input.cpp @@ -17,6 +17,7 @@ #define LOG_TAG "Input" //#define LOG_NDEBUG 0 +#include <attestation/HmacKeyManager.h> #include <cutils/compiler.h> #include <limits.h> #include <string.h> |