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 {
|
|
|
|
name: "android.system.virtmanager",
|
|
|
|
srcs: ["**/*.aidl"],
|
|
|
|
// TODO(qwandor): Consider changing this to false, unless we have a Java wrapper.
|
|
|
|
unstable: true,
|
|
|
|
backend: {
|
|
|
|
java: {
|
|
|
|
sdk_version: "module_current",
|
|
|
|
},
|
|
|
|
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
|
|
|
},
|
|
|
|
},
|
|
|
|
}
|