Go to file
Jiyong Park 17b8d75478 Expose the pvmfw module to the Make world
This is needed to make the debuggable (i.e. unstripped) elf file is
added to the symbols zip file which is done in the Make world.

Bug: 245896220
Test: check aosp_cheetah
Change-Id: I22413548973fa96991e0b5461544149bfbb0f582
2022-12-16 14:38:07 +09:00
apex Remove DEBUG_LEVEL_APP_ONLY 2022-12-08 16:38:42 +09:00
apkdmverity Fix warnings from rustc 1.65.0 2022-11-16 15:54:35 -08:00
authfs Restart fd_server per authfs benchmark trial 2022-11-30 17:31:54 +09:00
avmd
compos Remove DEBUG_LEVEL_APP_ONLY 2022-12-08 16:38:42 +09:00
demo Add VirtualizationModuleFrameworkInitializer 2022-11-25 15:57:01 +00:00
docs Merge "Add preparing custom pvmfw for hostside test" 2022-11-30 08:10:09 +00:00
encryptedstore dm_crypt: Extend unit tests to cover both ciphers 2022-11-29 11:28:48 +00:00
javalib Merge "Remove DEBUG_LEVEL_APP_ONLY" 2022-12-12 00:16:59 +00:00
launcher Restrict libraires from VM payload libraries 2022-11-30 18:28:22 +09:00
libs pvmfw: Validate input BCC handover 2022-12-08 16:29:12 +00:00
microdroid Remove DEBUG_LEVEL_APP_ONLY 2022-12-08 16:38:42 +09:00
microdroid_manager Remove DEBUG_LEVEL_APP_ONLY 2022-12-08 16:38:42 +09:00
pvmfw Expose the pvmfw module to the Make world 2022-12-16 14:38:07 +09:00
rialto
tests Merge "Remove DEBUG_LEVEL_APP_ONLY" 2022-12-12 00:16:59 +00:00
virtualizationservice Remove DEBUG_LEVEL_APP_ONLY 2022-12-08 16:38:42 +09:00
vm Remove DEBUG_LEVEL_APP_ONLY 2022-12-08 16:38:42 +09:00
vm_payload Check in stub.c 2022-12-07 11:49:59 +00:00
vmbase Test reading from a VirtIO block device. 2022-12-07 17:18:44 +00:00
vmclient Give a better name to STOP_REASON_ERROR 2022-12-06 13:38:05 +00:00
zipfuse
.clang-format
.gitignore
Android.bp
OWNERS Add bug component 2022-11-21 09:46:46 +00:00
PREUPLOAD.cfg [linter] Add google-java-format as java pre-commit linter 2022-11-14 15:59:16 +00:00
README.md
TEST_MAPPING Add VirtualizationModuleFrameworkInitializer 2022-11-25 15:57:01 +00: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.