2021-02-12 23:54:17 +00:00
|
|
|
package {
|
|
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
|
|
}
|
|
|
|
|
2020-11-10 14:22:42 +00:00
|
|
|
aidl_interface {
|
2021-05-21 12:41:13 +00:00
|
|
|
name: "android.system.virtualizationservice",
|
2020-11-10 14:22:42 +00:00
|
|
|
srcs: ["**/*.aidl"],
|
2021-07-01 03:55:14 +00:00
|
|
|
// This is never accessed directly. Apps are expected to use this indirectly via the Java
|
|
|
|
// wrapper android.system.virtualmachine.
|
2020-11-10 14:22:42 +00:00
|
|
|
unstable: true,
|
|
|
|
backend: {
|
|
|
|
java: {
|
|
|
|
sdk_version: "module_current",
|
2021-06-28 09:37:26 +00:00
|
|
|
apex_available: ["com.android.virt"],
|
2020-11-10 14:22:42 +00:00
|
|
|
},
|
|
|
|
cpp: {
|
|
|
|
enabled: true,
|
|
|
|
},
|
|
|
|
rust: {
|
|
|
|
enabled: true,
|
2021-02-16 04:23:00 +00:00
|
|
|
apex_available: ["com.android.virt"],
|
2020-11-10 14:22:42 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
}
|