commit | 659ac1da77eb8fd2490ed85a6d52330f0e628b33 | [log] [tgz] |
---|---|---|
author | Suren Baghdasaryan <surenb@google.com> | Wed Jan 24 16:51:41 2018 -0800 |
committer | Suren Baghdasaryan <surenb@google.com> | Wed Jan 31 18:10:49 2018 +0000 |
tree | 50555efd4b6224e47844c90b55135ab7556706ff | |
parent | 9dbd3cc47ddd4b8579ba10aa0c0dc4f44ecc8509 [diff] |
lmkd: Introduce liblmkd_utils for communicating with lmkd process A number of tools and tests require communication with lmkd. In order to avoid code duplication liblmkd_utils implements functions commonly used when interacting with lmkd process. Isolate communication protocol details into lmkd.h Bug: 63631020 Change-Id: Id840983d55b7db60013d52dee0c3187943811822 Signed-off-by: Suren Baghdasaryan <surenb@google.com>