commit | 126fd511eb22867694aa8865589e6ec7b75278c5 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Thu Dec 16 15:00:01 2021 +0000 |
committer | Alan Stokes <alanstokes@google.com> | Mon Dec 20 14:13:12 2021 +0000 |
tree | 58e71179ea6857a815bc46374ad59f0407d1eef0 | |
parent | 16f5b1ee6f4dafa5b3e4eb27eb762dac98afc974 [diff] [blame] |
Assorted refactoring Mostly removing duplication. Also added a comment as suggested by Andrew. Bug: 161471326 Test: composd_cmd async-odrefresh Change-Id: I7da83cb825de7b4fd2267b1e496808a423544c16
diff --git a/compos/common/lib.rs b/compos/common/lib.rs index 5c28379..6e397a2 100644 --- a/compos/common/lib.rs +++ b/compos/common/lib.rs
@@ -16,6 +16,7 @@ //! Common items used by CompOS server and/or clients +pub mod binder; pub mod compos_client; pub mod odrefresh; pub mod timeouts;