From 903537884f4accbd6112d081060f6c01932ebd09 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Mon, 25 Jan 2021 18:41:40 +0900 Subject: [PATCH] Make second stage init visible to microdroid microdroid is the base image for on-device VMs. We will use Android components (init, adbd, servicemanager, ...) on the VM as much as possible. Bug: 177630284 Test: m microdroid Change-Id: I36890644baaaf8f441698411dd869ddb220734fb --- init/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/init/Android.bp b/init/Android.bp index cd295cf75..06ecc59f2 100644 --- a/init/Android.bp +++ b/init/Android.bp @@ -233,6 +233,7 @@ cc_binary { ], }, }, + visibility: ["//packages/modules/Virtualization/microdroid"], } // Tests