commit | 903537884f4accbd6112d081060f6c01932ebd09 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Jan 25 18:41:40 2021 +0900 |
committer | Jiyong Park <jiyong@google.com> | Mon Jan 25 19:12:17 2021 +0900 |
tree | 99352e582bc7228eb499959f756af39a65e0fe55 | |
parent | 8d84d08da681041c0544db5710a879abe0f7268f [diff] [blame] |
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
diff --git a/init/Android.bp b/init/Android.bp index cd295cf..06ecc59 100644 --- a/init/Android.bp +++ b/init/Android.bp
@@ -233,6 +233,7 @@ ], }, }, + visibility: ["//packages/modules/Virtualization/microdroid"], } // Tests