commit | e7698673d4bd563d77fe2234a72c639c67a95b4c | [log] [tgz] |
---|---|---|
author | Victor Hsieh <victorhsieh@google.com> | Fri Sep 23 16:22:28 2022 -0700 |
committer | Victor Hsieh <victorhsieh@google.com> | Mon Sep 26 09:04:03 2022 -0700 |
tree | 3f9c0a0abeb3a2e2af785211e282de0a4035f6e2 | |
parent | 322a7b492ede8f303d41bdf666d3d5650b2d2e6b [diff] |
Use new OdrefreshArgs in AIDL to simplify arguments Using the parcelable directly simplies the arguments. Although it does have two problems in the current form: * Naming convension (unless we can break the rule of AIDL's) * No Option<>. Optional argument requires the old-school check for reserved/invalid value. Bug: 248528901 Test: atest ComposHostTestCases Change-Id: Ib87e9b1f998e803756d5a06aadcb92b8a3e2b8f4
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.