blob: f7cb3392acda0aa2e251c13915c9133a7f1794e1 [file] [log] [blame]
Bob Badourbd1037f2021-02-12 15:54:17 -08001package {
2 default_applicable_licenses: ["Android-Apache-2.0"],
3}
4
Andrew Walbranb12a43e2020-11-10 14:22:42 +00005aidl_interface {
Andrew Walbranf6bf6862021-05-21 12:41:13 +00006 name: "android.system.virtualizationservice",
Andrew Walbranb12a43e2020-11-10 14:22:42 +00007 srcs: ["**/*.aidl"],
Jiyong Parka1267ad2021-07-01 12:55:14 +09008 // This is never accessed directly. Apps are expected to use this indirectly via the Java
9 // wrapper android.system.virtualmachine.
Andrew Walbranb12a43e2020-11-10 14:22:42 +000010 unstable: true,
11 backend: {
12 java: {
13 sdk_version: "module_current",
Jiyong Park9b8253b2021-06-28 18:37:26 +090014 apex_available: ["com.android.virt"],
Andrew Walbranb12a43e2020-11-10 14:22:42 +000015 },
16 cpp: {
17 enabled: true,
18 },
19 rust: {
20 enabled: true,
Jiyong Park8d1eb7e2021-02-16 13:23:00 +090021 apex_available: ["com.android.virt"],
Andrew Walbranb12a43e2020-11-10 14:22:42 +000022 },
23 },
24}