Go to file
Alice Wang 9807322a5e apkverify:Test apk digest computation
Test: atest libapkverify.test
Change-Id: I33ade0f39f28494f6a0f7ed0cb324466ed2ae495
2022-09-09 14:10:19 +00:00
.prebuilt_info Upgrade pvmfw.img to build 8966862 2022-08-22 09:31:16 +01:00
apex Add vm_shell script 2022-08-29 21:35:22 +09:00
apkdmverity Migrate to Rust 2021 edition 2022-08-31 14:40:53 +01:00
authfs Rename host test helper package to com.android.microdroid.test.host 2022-09-02 12:50:27 +00:00
avmd Move AVF tests to avf-pre/postsubmit test group 2022-08-19 15:40:57 +00:00
compos Make ErrorCode an enum 2022-09-05 17:43:32 +01:00
demo Modify API clients to use only the to-be public API 2022-09-02 11:22:34 +01:00
docs/getting_started Add instructions for building and installing AVF on Pixel 6 2022-07-05 23:43:10 +00:00
javalib Make our javalib more self-contained 2022-09-01 13:41:43 +01:00
launcher A lib in APK can depend on other libs in the same APK 2021-06-24 01:36:37 +09:00
libs apkverify:Test apk digest computation 2022-09-09 14:10:19 +00:00
microdroid Merge "Create host-side tool to attach bootconfig to initrd image" 2022-09-09 09:18:35 +00:00
microdroid_manager Make ErrorCode an enum 2022-09-05 17:43:32 +01:00
pvmfw vmbase: Keep base target names for ELF not bin 2022-09-09 11:29:51 +01:00
rialto Merge changes I5e4db74f,I167148cd,I512a2cd0 2022-08-22 11:11:38 +00:00
tests Merge "Revert "Set cpu affinity for time benchmarks"" 2022-09-08 08:39:56 +00:00
virtualizationservice Restrict setting cpu affinity or task profiles 2022-09-08 13:51:12 +01:00
vm Make ErrorCode an enum 2022-09-05 17:43:32 +01:00
vmbase Merge "vmbase: Keep vmbase_elf_defaults out of /system" 2022-09-09 13:32:24 +00:00
vmclient Make ErrorCode an enum 2022-09-05 17:43:32 +01:00
zipfuse Migrate to Rust 2021 edition 2022-08-31 14:40:53 +01:00
.clang-format
.gitignore [Cleanup] Add cargo targets to .gitignore 2022-08-01 15:21:48 +00:00
Android.bp [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization 2021-06-14 16:37:09 -07:00
OWNERS Add me to OWNERS 2022-07-28 01:35:42 +02: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 Add AVFHostTestCases to postsubmit and fix boot time is not as expected issue. 2022-08-29 01:00:48 +00: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.