commit | b5bcfaba4d75b1d859e8fe8476a1d617227ec5fb | [log] [tgz] |
---|---|---|
author | Victor Hsieh <victorhsieh@google.com> | Mon Sep 12 13:06:26 2022 -0700 |
committer | Victor Hsieh <victorhsieh@google.com> | Tue Sep 13 08:20:01 2022 -0700 |
tree | c37fbe168e575c285bef82241688dcc5cfa1e8b9 | |
parent | f219cd8fd28c4805ff21cb01a5f33a7267a7756b [diff] |
Migrate away from structopt Clap 3 supports derive natively, so we don't need structopt anymore (since it was based on clap 2). Besides, sort the arguments to make positional ones first. Bug: 246385183 Test: atest AuthFsHostTest ComposHostTestCases MicrodroidTestCase Change-Id: I75e25ffcb63bf717be8deb9720e0fdf78a0c7ccf
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.