Go to file
David Brazdil 7600c410c2 Remove VirtualizationTestCases from CTS
The test needs root to run and does not add much over
MicrodroidHostTestCases. Remove it from the CTS suite.

Bug: 218750257
Test: run CTS
Change-Id: I084e43058da5ec05c330c6f08e86a1f0b0a1b1e5
2022-02-24 17:26:46 +00:00
.prebuilt_info Revert "Drop prebuilt files to android source tree." 2022-02-21 12:55:22 +01:00
apex Test: Protected VM fails if images are signed by unknown 2022-02-22 16:59:29 +09:00
apkdmverity Verify and mount extra apks 2021-12-08 14:09:57 +09:00
authfs Merge "Add comment for how O_CREAT and O_TRUNC is handled" 2022-02-15 18:20:18 +00:00
compos Merge "Remove old key management" 2022-02-18 12:45:20 +00:00
demo Enable --extended-status for crosvm and return reason why VM died. 2022-01-14 16:07:03 +00:00
docs/getting_started Relanding: "Add our integration tests to cts" 2022-02-08 09:15:30 +09:00
javalib Unlink death of VS once the VM has died 2022-02-21 22:12:02 +00:00
launcher A lib in APK can depend on other libs in the same APK 2021-06-24 01:36:37 +09:00
libs Move libs into libs/ 2022-02-19 00:12:32 +09:00
microdroid Test: Protected VM fails if images are signed by unknown 2022-02-22 16:59:29 +09:00
microdroid_manager Add a property to reflect the app debuggability 2022-02-16 09:53:14 +00:00
pvmfw Revert "Drop prebuilt files to android source tree." 2022-02-21 12:55:22 +01:00
tests Remove VirtualizationTestCases from CTS 2022-02-24 17:26:46 +00:00
virtualizationservice Merge "Reduce virtualizationservice log level." 2022-02-14 09:58:28 +00:00
vm vm run --log <logfile> 2022-02-22 05:27:29 +09:00
zipfuse Run apk mount utils from microdroid_manager 2021-12-01 19:49:41 +09:00
.clang-format Set an initial .clang-format style 2020-10-19 14:55:06 +01:00
.gitignore Ignore cargo output in all directories, not just virtualizationservice. 2021-11-30 14:15:52 +00:00
Android.bp [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization 2021-06-14 16:37:09 -07:00
OWNERS Add OWNERS. 2021-06-21 17:04:15 +01:00
PREUPLOAD.cfg Remove google-java-format hook 2021-11-23 11:39:53 +00:00
README.md Add README at top of repository with links to others. 2021-06-30 16:22:17 +00:00
TEST_MAPPING import ./virtualizationservice/TEST_MAPPING 2022-02-19 00:12:34 +09:00
rustfmt.toml

README.md

Virtualization

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.