commit | e1758af0a7d292db60b1f2d71cd29bec5dd0ae35 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Thu Nov 28 18:06:50 2024 +0900 |
committer | Jiyong Park <jiyong@google.com> | Thu Dec 05 13:11:08 2024 +0000 |
tree | 623dad9b448712a381751e06cf80020add1424b1 | |
parent | 9c237be297fe18a4f4f36f7070874d9e5ad7dcb5 [diff] |
Run VirtualMachineService only for Microdroid Other VMs don't (actually shouldn't) make use of it. There's no need to run the service. Bug: 381124535 Bug: 382376915 Test: N/A Change-Id: Icfe96573a5bd178b01de4752080ece10d7f5d30c (cherry picked from commit 690c1ca0e22412a78b463d7acf89cfa0e956983c)
diff --git a/tests/hostside/java/com/android/microdroid/test/MicrodroidHostTests.java b/tests/hostside/java/com/android/microdroid/test/MicrodroidHostTests.java index 80d1fc6..674f2be 100644 --- a/tests/hostside/java/com/android/microdroid/test/MicrodroidHostTests.java +++ b/tests/hostside/java/com/android/microdroid/test/MicrodroidHostTests.java
@@ -407,6 +407,7 @@ VIRT_APEX + "bin/vm run", "--console " + CONSOLE_PATH, "--log " + LOG_PATH, + "--name " + "microdroid", // to still be seen as microdroid vm configPath); PipedInputStream pis = new PipedInputStream();