Go to file
Alan Stokes 5430ecaaa2 Write out the BCC when signing
We don't use it yet, but this is a helpful first step.

Bug: 225177477
Test: composd_cmd staged-apex-compile
Test: See /data/misc/apexdata/com.android.compos/current/bcc
Change-Id: I81daaa9f8e1bb3e81cea0bcfddb8f0455c0d3c21
2022-04-26 17:17:45 +01:00
.prebuilt_info Upgrade pvmfw.img to build 8494941 2022-04-24 19:38:52 +00:00
apex sign_virt_apex: use thread pool 2022-04-20 12:25:23 +09:00
apkdmverity apkdmverity: Using LOOP_CONFIGURE 2022-04-18 14:30:19 +09:00
authfs Temporarily disable test 2022-04-21 20:27:05 +00:00
compos Write out the BCC when signing 2022-04-26 17:17:45 +01:00
demo Make exporting tombstone (out of VM) configurable 2022-04-19 14:40:04 +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 Make avb_bindgen host supported 2022-04-11 17:09:41 +00:00
microdroid Update Microdroid for the T API bump 2022-04-22 16:26:12 +01:00
microdroid_manager Merge "Make exporting tombstone (out of VM) configurable" 2022-04-20 11:08:23 +00:00
pvmfw Merge "No need for C++ STL, but we might need libc for memset &c." 2022-04-25 13:49:47 +00:00
tests Merge "Make exporting tombstone (out of VM) configurable" 2022-04-20 11:08:23 +00:00
virtualizationservice [AVF Telemetry] Add exception_code to logged atoms 2022-04-12 22:49:44 +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 Add shikhapanwar@ to OWNERS 2022-04-22 12:04:23 +01:00
PREUPLOAD.cfg Remove google-java-format hook 2021-11-23 11:39:53 +00:00
README.md
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.