You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
509 B
23 lines
509 B
7 months ago
|
package {
|
||
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
||
|
}
|
||
|
|
||
|
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,
|
||
|
apex_available: ["com.android.virt"],
|
||
|
},
|
||
|
},
|
||
|
}
|