Go to file
Jooyung Han 19c1d6c70e microdroid_manager: verify APK/APEXes
Even though libapkverify doesn't do much verification for now, having
it in use would make CI detect errors in the future.

TODO:
- zipfuse should wait until APK is verified.
- boot should abort when verification fails.

Bug: 190343842
Test: MicrodroidHostTestCases
Change-Id: I221be1c7d9a0bfcd312593d3958f950311b67af5
2021-08-10 03:11:35 +09:00
apex Access control for virtualizationservice 2021-07-13 22:02:32 +09:00
apkdmverity Fix warnings in preparation for Rust 1.54.0 2021-07-27 16:11:56 -07:00
apkverify microdroid_manager: verify APK/APEXes 2021-08-10 03:11:35 +09:00
authfs Start authfs_service during boot on microdroid 2021-08-06 14:45:45 -07:00
compos Re-enable ComposTestCase but exclude in presubmit 2021-07-30 08:11:10 -07:00
demo update the doc 2021-07-27 20:20:55 +09:00
docs/getting_started Rename VirtManager to VirtualizationService. 2021-05-26 12:27:37 +00:00
javalib Add VM memory config to Java API. 2021-07-27 17:45:09 +00:00
launcher A lib in APK can depend on other libs in the same APK 2021-06-24 01:36:37 +09:00
microdroid Start authfs_service during boot on microdroid 2021-08-06 14:45:45 -07:00
microdroid_manager microdroid_manager: verify APK/APEXes 2021-08-10 03:11:35 +09:00
tests Add selinux denial test to Microdroid test 2021-08-04 11:36:47 +00:00
virtualizationservice microdroid_manager: verify APK/APEXes 2021-08-10 03:11:35 +09:00
vm Use Java style field names in AIDL. 2021-07-27 17:39:36 +00:00
vmconfig remove support of multi-file partition 2021-07-29 11:27:47 +09:00
zipfuse Fix warnings in preparation for Rust 1.54.0 2021-07-27 16:11:56 -07:00
.clang-format Set an initial .clang-format style 2020-10-19 14:55:06 +01:00
Android.bp [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization 2021-06-14 16:37:09 -07:00
OWNERS Add OWNERS. 2021-06-21 17:04:15 +01:00
PREUPLOAD.cfg Enable google_java_format in PREUPLOAD.cfg 2021-03-11 16:53:45 +00:00
README.md Add README at top of repository with links to others. 2021-06-30 16:22:17 +00:00
TEST_MAPPING Move ComposKeyTestCase#testOdrefresh to presubmit 2021-08-02 10:05:21 -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.