Go to file
Jooyung Han 1a72c6fadf microdroid: remove sdkext APEX
com.android.sdkext is to decide the extension SDK level of the device
and set system properties so that apps can query it.

In microdroid we don't support it yet. So remove it from the mandatory
system APEX list.

Bug: 193118107
Test: MicrodroidHostTestCases
Change-Id: I1e913b0826d78f06439ec37889e390ef97c4623a
2021-07-09 14:39:09 +09:00
apex Use bootconfig 2021-07-05 15:42:40 +09:00
apkdmverity Make tests run for presubmit builds 2021-06-28 11:28:28 +09:00
authfs Move AuthFsHostTest into VM 2021-07-07 10:02:27 -07:00
compos virtualizationservice: clean up 2021-07-01 16:29:28 +09:00
demo Add README for the demo app 2021-07-08 20:59:54 +09:00
docs/getting_started Rename VirtManager to VirtualizationService. 2021-05-26 12:27:37 +00:00
javalib Add API for configuring a VM to run in debug mode 2021-07-07 15:28:08 +09:00
launcher A lib in APK can depend on other libs in the same APK 2021-06-24 01:36:37 +09:00
microdroid microdroid: remove sdkext APEX 2021-07-09 14:39:09 +09:00
microdroid_manager Rename payload metadata partition 2021-07-06 20:48:38 +09:00
tests Close adb connection before shutting down VM 2021-07-09 09:24:03 +09:00
virtualizationservice microdroid: remove sdkext APEX 2021-07-09 14:39:09 +09:00
vm Enable debug mode 2021-07-05 20:09:24 +09:00
vmconfig Add memory size to VM config. 2021-07-07 17:12:51 +00:00
zipfuse Make tests run for presubmit builds 2021-06-28 11:28:28 +09: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 Make tests run for presubmit builds 2021-06-28 11:28:28 +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.