blob: 56b0b608035f4743a5606beaa43cb8164f621eef [file] [log] [blame]
Alan Stokes3ef78d92021-09-08 11:51:06 +01001package {
2 default_applicable_licenses: ["Android-Apache-2.0"],
3}
4
5aidl_interface {
6 name: "android.system.composd",
7 srcs: ["android/system/composd/*.aidl"],
Alan Stokes3ef78d92021-09-08 11:51:06 +01008 // TODO: Make this stable when the APEX becomes updatable.
9 unstable: true,
10 backend: {
11 java: {
Alan Stokese54f3302021-10-18 12:30:31 +010012 apex_available: ["com.android.compos"],
Alan Stokes3ef78d92021-09-08 11:51:06 +010013 },
14 rust: {
15 enabled: true,
16 apex_available: [
17 "com.android.compos",
18 ],
19 },
Alan Stokese5e1d8d2021-11-19 16:31:14 +000020 },
21}