commit | 15891e609ff570f3e2e8b27f62efa8ddb9f7c704 | [log] [tgz] |
---|---|---|
author | Hasini Gunasinghe <hasinitg@google.com> | Thu Jun 10 16:23:27 2021 +0000 |
committer | Hasini Gunasinghe <hasinitg@google.com> | Tue Jul 06 23:13:35 2021 +0000 |
tree | a48130869ae5a4df7847dcda830a03c3aa7b63f7 | |
parent | 69f0bc52a8578c8d97060d4284efc4c465f206b0 [diff] [blame] |
Add keystore API for metrics re-routing. Keystore2 atoms need to be routed to statsd via a proxy. The proxy needs to call this API in order to pull metrics from keystore. Bug: 188590587 Test: Statsd Testdrive script Merged-In: I28f8675fe5467b0760418c4d2d87808e45657be1 Change-Id: I28f8675fe5467b0760418c4d2d87808e45657be1
diff --git a/keystore2/src/lib.rs b/keystore2/src/lib.rs index 51316d7..8b629b1 100644 --- a/keystore2/src/lib.rs +++ b/keystore2/src/lib.rs
@@ -32,6 +32,7 @@ pub mod legacy_migrator; pub mod maintenance; pub mod metrics; +pub mod metrics_store; pub mod operation; pub mod permission; pub mod raw_device;