blob: 90c0de0309a539ac7fba84a3da5138f0f791d1b2 [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"],
8 // TODO: Make this stable when the APEX becomes updatable.
9 unstable: true,
10 backend: {
11 java: {
12 apex_available: ["//apex_available:platform"],
13 },
14 rust: {
15 enabled: true,
16 apex_available: [
17 "com.android.compos",
18 ],
19 },
20 },
21}