commit | 5ea50ff36fd2ec7acf1b8db5edc87c3444f81078 | [log] [tgz] |
---|---|---|
author | JW Wang <wangchun@google.com> | Thu Feb 27 15:25:09 2020 +0800 |
committer | JW Wang <wangchun@google.com> | Mon Mar 23 10:08:11 2020 +0800 |
tree | 1774ca195535db49fe49966847e0d8ad3598496f | |
parent | eb5bce65a30c990f04eab7f1d79ed4973a4ffb4e [diff] |
Move service registration code into a System API (1/n) This is an effort to modularize RollbackManager. AIDL interfaces (IRollbackManager in this case) can’t be used across module boundaries. We need to add a wrapper around the service registraction code to expose to SystemServiceRegistry. The approach is the same as ag/9746851. Bug: 150347230 Test: m Change-Id: I83e1cfedf4b4f6bf796e8a4a0ea81d813390f622