commit | b87f330440773513371644387db7616ac3c208f5 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Tue Mar 21 10:03:11 2023 +0900 |
committer | Jiyong Park <jiyong@google.com> | Tue Mar 21 14:58:05 2023 +0900 |
tree | 8d7f26e846d169b44b721a150332f1516d9cd1e3 | |
parent | 87bea6bb50b9352b31a9b7f58002e5e5e6fd752f [diff] |
Add cstr! macro cstr!("X") is a shorthand for CStr::from_bytes_with_nul(b"X\0").unwrap() Bug: 249054080 Test: TH Change-Id: Iefdaa07179fe3b556fc9bc17595919ac93b7e569
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.