Go to file
Jiyong Park 437a88f109 Drop unnecessary dependencies to libbinder_rpc_unstable
Rust modules don't need to depend on the library because it's an
implementation detail of the Rust crate librpcbinder_rs.

Bug: N/A
Test: m
Change-Id: If2e1b98e2297b5a63ad785f2bcbe913a55ed46e0
2023-02-17 14:04:35 +09:00
apex Merge "Set future_updatable: false for virt and compos APEXes" 2023-02-02 13:16:08 +00:00
apkdmverity Fix warnings from Rust 1.65.0 2023-01-19 11:10:35 -08:00
authfs Drop unnecessary dependencies to libbinder_rpc_unstable 2023-02-17 14:04:35 +09:00
avmd Fix warnings from Rust 1.65.0 2023-01-19 11:10:35 -08:00
compos Drop unnecessary dependencies to libbinder_rpc_unstable 2023-02-17 14:04:35 +09:00
demo Add API to selectively redirect VM logs to apps 2023-01-12 18:01:11 +09:00
docs Merge "Revert "Add preparing custom pvmfw for hostside test"" 2023-02-09 06:59:37 +00:00
encryptedstore Encryptedstore: Set sector_size=4096B for cryptDev 2023-02-09 13:17:17 +00:00
javalib Switch to AutoCloseable 2023-02-15 14:44:11 +00:00
launcher Emit launcher error to kernel log 2022-12-12 11:29:00 +09:00
libs Merge "Don't start composd if VMs are not supported" 2023-02-15 15:19:15 +00:00
microdroid Merge "Add `libcuttlefish_host_config` to static libs" 2023-02-15 17:56:50 +00:00
microdroid_manager Drop unnecessary dependencies to libbinder_rpc_unstable 2023-02-17 14:04:35 +09:00
pvmfw [dice] Use libdice_open_dice_nostd for DICE functions in pvmfw 2023-02-15 09:47:06 +00:00
rialto Refactor VM config to support different CPU topologies 2023-02-09 08:13:44 +00:00
tests Merge "Add debug policy tests for ramdump" 2023-02-14 03:48:39 +00:00
virtualizationmanager Drop unnecessary dependencies to libbinder_rpc_unstable 2023-02-17 14:04:35 +09:00
virtualizationservice Refactor VM config to support different CPU topologies 2023-02-09 08:13:44 +00:00
vm Don't start composd if VMs are not supported 2023-02-15 13:17:56 +00:00
vm_payload Documentation fixes 2023-01-16 12:17:19 +00:00
vmbase Merge "vmbase: Write string terminator to stack canary" 2023-02-13 17:15:06 +00:00
vmclient Drop unnecessary dependencies to libbinder_rpc_unstable 2023-02-17 14:04:35 +09:00
zipfuse Importing rustc-1.66.0 2023-01-26 18:24:25 +00:00
.clang-format
.gitignore
Android.bp
OWNERS
PREUPLOAD.cfg Remove checkstyle_hook 2022-12-12 02:29:39 +00:00
README.md
TEST_MAPPING Revert "Separate AVFHostTestCases from avf-postsubmit" 2023-02-09 00:28:02 +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.