Go to file
Jooyung Han 6351310cfa apex: use the same key for all microdroid items
The pubkey embedded in bootloader should match with the key signing
VBmeta. The updated build graph is to ensure bootloader and VBmeta to be
generated with the same key.

All other filesystem images are signed with the same key for
convenience even though it's not necessary.

Bug: 193504286
Bug: 203726593
Test: atest MicrodroidHostTestCases
Change-Id: I4ecb9e2c00d739aba84677036edf256f141767ac
2021-11-08 10:45:42 +09:00
apex apex: use the same key for all microdroid items 2021-11-08 10:45:42 +09:00
apkdmverity Merge "Change the name of the dm device for the correct_custom_roothash test" 2021-09-14 13:03:19 +00:00
apkverify
authfs Assign inode values properly in AuthFS 2021-11-05 08:28:00 -07:00
binder_common Re-implement libcompos_client in Rust 2021-10-21 09:58:02 -07:00
compos Various minor fixes 2021-10-28 11:53:38 +01:00
demo setCallback accepts Executor 2021-11-05 17:31:45 +09:00
docs/getting_started
idsig
javalib setCallback accepts Executor 2021-11-05 17:31:45 +09:00
launcher
libs/libavb_rs
microdroid apex: use the same key for all microdroid items 2021-11-08 10:45:42 +09:00
microdroid_manager microdroid_manager shuts down on failure 2021-10-28 10:58:37 +09:00
pvmfw Add ABL-compliant pvmfw pre-built 2021-09-23 09:29:21 +02:00
tests Merge changes I49b222b9,I96bdda45,I7a75ef4e,I50f3f1ba,Ica4a9a21 2021-11-05 16:34:08 +00:00
virtualizationservice Sign bootconfig partitions 2021-11-04 21:26:17 +09:00
vm Console output and OS logs are separated 2021-10-27 10:07:12 +09:00
vmconfig
zipfuse
.clang-format
Android.bp
OWNERS
PREUPLOAD.cfg
README.md
TEST_MAPPING Don't wait for onDied 2021-11-04 12:52:08 +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.