Go to file
Jooyung Han d35952e0f6 Reland "apex: use the same key for all microdroid items"
This reverts commit aea73f82a0.

Relanding with the fix for arm & x86 builds.

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: Iae93934b18955e86ee6b73ad204c68a3f7456102
2021-11-08 18:10:33 +09:00
apex Reland "apex: use the same key for all microdroid items" 2021-11-08 18:10:33 +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 Store public key of APK to instance disk 2021-09-13 15:38:30 +09:00
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 Add placeholder test to prevent CI failure. 2021-09-06 13:39:25 +00:00
javalib setCallback accepts Executor 2021-11-05 17:31:45 +09:00
launcher A lib in APK can depend on other libs in the same APK 2021-06-24 01:36:37 +09:00
libs/libavb_rs Store/Pass root digests of APEX payload 2021-09-13 18:32:21 +09:00
microdroid Reland "apex: use the same key for all microdroid items" 2021-11-08 18:10:33 +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 remove support of multi-file partition 2021-07-29 11:27:47 +09:00
zipfuse microdroid_manager: start zipfuse early 2021-09-10 15:27:06 +09:00
.clang-format
Android.bp
OWNERS Add OWNERS. 2021-06-21 17:04:15 +01:00
PREUPLOAD.cfg
README.md Add README at top of repository with links to others. 2021-06-30 16:22:17 +00:00
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.