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:
parent
8d84d08da6
commit
903537884f
1 changed files with 1 additions and 0 deletions
|
@ -233,6 +233,7 @@ cc_binary {
|
|||
],
|
||||
},
|
||||
},
|
||||
visibility: ["//packages/modules/Virtualization/microdroid"],
|
||||
}
|
||||
|
||||
// Tests
|
||||
|
|
Loading…
Reference in a new issue