commit | c180400937eac75e8b7119f68d44593713dd4557 | [log] [tgz] |
---|---|---|
author | Alex Deymo <deymo@google.com> | Wed Jan 20 13:22:17 2016 -0800 |
committer | Alex Deymo <deymo@google.com> | Fri Jan 22 18:36:46 2016 +0000 |
tree | d5f19a8618222f20a38c415d22d9686fd41b50b0 | |
parent | 78a954ffae03c486324331a016160c8d9b6481d0 [diff] |
Implement Android UE daemon using brillo::Daemon. The setup logic for Brillo and Android devices is very similar despite the differences in the daemon logic and exposed service interface. This patch reuses the brillo::Daemon derived class and the main() function from Brillo to implement the daemon and service setup in Android as well. Bug: 25631949 TEST=`mmma system/update_engine` on edison-eng and aosp_arm-eng Change-Id: I15b2c2990a8055619dd407b2996ea92216c602a2