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
This commit is contained in:
Jiyong Park 2021-01-25 18:41:40 +09:00
parent 8d84d08da6
commit 903537884f

View file

@ -233,6 +233,7 @@ cc_binary {
],
},
},
visibility: ["//packages/modules/Virtualization/microdroid"],
}
// Tests