Add APIs for creating and running a virtual machine
Bug: 183496040
Test: atest MicrodroidHostTestCase
Test: TARGET_BUILD_APPS=MicrodroidTestApp.signed
Push the build MicrodroidTestApp.apk.idsig to /data/local/tmp/virt
Install the APK and run it.
Change-Id: I1614f8c83605a32ef34b62216c13cb4e4f7fcf99
diff --git a/virtualizationservice/aidl/Android.bp b/virtualizationservice/aidl/Android.bp
index a3311f2..f7cb339 100644
--- a/virtualizationservice/aidl/Android.bp
+++ b/virtualizationservice/aidl/Android.bp
@@ -5,8 +5,8 @@
aidl_interface {
name: "android.system.virtualizationservice",
srcs: ["**/*.aidl"],
- // This is never accessed directly. Apps are expected to use this indirectly via the java wrapper
- // android.system.virtualmachine.
+ // This is never accessed directly. Apps are expected to use this indirectly via the Java
+ // wrapper android.system.virtualmachine.
unstable: true,
backend: {
java: {