commit | cd359bb6cbcd3609064a68a754b9bc8371c84f44 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Fri Oct 08 18:22:42 2021 +0100 |
committer | Alan Stokes <alanstokes@google.com> | Mon Oct 11 15:33:22 2021 +0100 |
tree | 3792600cdbe1b1adb8cc11495c0cc3b332413df4 | |
parent | db2ae7963e6b7e540a82a8fb5923fbdd8a9891a0 [diff] |
Extract run_rpc_server to libbinder_common We have two very similar uses of RunRpcServerCallback; extract them to a common place, using a closure to encapsulate the specific behavior for notifiying readiness. This also neatly encapsulates all the unsafe code, and justification of it, in one place. Bug: 187444679 Test: atest ComposTestCase Change-Id: If23f862748b2f921690820eaa6ee80e4b2829274
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.