commit | d9d4c20349d659285cf56df1883150e4f1115b66 | [log] [tgz] |
---|---|---|
author | Victor Hsieh <victorhsieh@google.com> | Fri Sep 23 15:30:48 2022 -0700 |
committer | Victor Hsieh <victorhsieh@google.com> | Fri Sep 23 15:30:48 2022 -0700 |
tree | 5c0fd85fbb1494b33039c6a8eaa9878e1dffda97 | |
parent | d7d6aa5ec006a6411441581c9b8856967eccd134 [diff] |
Suppress warning of mixed oneway This suppresses the following warning: The interface 'ICompOsService' has both one-way and two-way methods. This makes it hard to reason about threading of client code. [-Wmixed-oneway] The only oneway method in CompOsService is quit(). Bug: N/A Test: no more warning Change-Id: Ie16bc8c83757a452ed1706261d14e48561e4ee8d
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.