commit | 94243c2f8f8bb7e9a539c7095f1e2a78a935e330 | [log] [tgz] |
---|---|---|
author | Pavel Grafov <pgrafov@google.com> | Wed Apr 21 18:03:11 2021 +0100 |
committer | Pavel Grafov <pgrafov@google.com> | Tue Apr 27 17:52:21 2021 +0100 |
tree | 7319bd336bbd9151950613722280300d41864b98 | |
parent | 64a6de9dd6a30ccda8db02a1d8758aab48b11fc2 [diff] [blame] |
Log key import, generation, deletion for NIAP Bug: 183201685 Test: atest MixedDeviceOwnerTest#testSecurityLoggingWithSingleUser Change-Id: Ie4271a769c8a8c3241079cd15efed4e3b9e9468b
diff --git a/keystore2/src/lib.rs b/keystore2/src/lib.rs index f851d3a..0ce83e6 100644 --- a/keystore2/src/lib.rs +++ b/keystore2/src/lib.rs
@@ -42,6 +42,7 @@ pub mod utils; mod attestation_key_utils; +mod audit_log; mod db_utils; mod gc; mod super_key;