Go to file
Victor Hsieh 9e758576b1 Reland: Migrate AuthFsHostTest to use MicrodroidBuilder
The biggest benefit is that microdroid is now a `TestDevice`. This
allows more symmetry in the test code.

The original change can cause NullPointerException in `tearDown` when
AVF is not supported. This is fixed by checking nullness of sMicrodroid
before use.

Bug: 218751146
Test: atest AuthFsHostTest
Test: On cf_x86_64_phone-userdebug, run `atest AuthFsHostTest`
Change-Id: I0da31c79146ca22e6ed860e9b90fdcebaaf58391
2022-04-11 16:43:55 -07:00
.prebuilt_info Drop prebuilt files to android source tree. 2022-03-28 16:21:17 +00:00
apex sign_virt_apex: do not use truncate (/usr/bin) 2022-02-26 09:04:17 +09:00
apkdmverity Demote apkdmverity tests to postsubmit 2022-04-05 16:32:55 +09:00
authfs Reland: Migrate AuthFsHostTest to use MicrodroidBuilder 2022-04-11 16:43:55 -07:00
compos Remove reconnectHostAdb hack 2022-04-04 20:37:29 +09:00
demo Enable --extended-status for crosvm and return reason why VM died. 2022-01-14 16:07:03 +00:00
docs/getting_started Update doc about rebuilding kernel for Microdroid 2022-03-18 16:11:03 +09:00
javalib Synchronize VM callbacks 2022-03-16 22:10:53 +00:00
launcher
libs Specify virtual platform version and enforce it 2022-02-25 16:21:22 +09:00
microdroid Merge "Enable exporting of tombstones out of guest VMs" 2022-04-07 13:25:46 +00:00
microdroid_manager Strict instance boot checks 2022-03-14 11:34:52 +00:00
pvmfw [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization 2022-04-07 10:44:22 -07:00
tests Enable exporting of tombstones out of guest VMs 2022-04-06 20:57:48 +00:00
virtualizationservice Enable exporting of tombstones out of guest VMs 2022-04-06 20:57:48 +00:00
vm vm run --log <logfile> 2022-02-22 05:27:29 +09:00
zipfuse Migrate to use fuse crate's FuseConfig API 2022-04-06 17:36:02 -07:00
.clang-format
.gitignore Ignore cargo output in all directories, not just virtualizationservice. 2021-11-30 14:15:52 +00:00
Android.bp
OWNERS
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 Rename odsign_e2e_tests to odsign_e2e_tests_full 2022-04-06 08:57:48 -07: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.