Alan Stokes | 3ef78d9 | 2021-09-08 11:51:06 +0100 | [diff] [blame] | 1 | package { |
| 2 | default_applicable_licenses: ["Android-Apache-2.0"], |
| 3 | } |
| 4 | |
| 5 | aidl_interface { |
| 6 | name: "android.system.composd", |
| 7 | srcs: ["android/system/composd/*.aidl"], |
Alan Stokes | a2869d2 | 2021-09-22 09:06:41 +0100 | [diff] [blame^] | 8 | imports: ["compos_aidl_interface"], |
Alan Stokes | 3ef78d9 | 2021-09-08 11:51:06 +0100 | [diff] [blame] | 9 | // TODO: Make this stable when the APEX becomes updatable. |
| 10 | unstable: true, |
| 11 | backend: { |
| 12 | java: { |
| 13 | apex_available: ["//apex_available:platform"], |
| 14 | }, |
| 15 | rust: { |
| 16 | enabled: true, |
| 17 | apex_available: [ |
| 18 | "com.android.compos", |
| 19 | ], |
| 20 | }, |
| 21 | }, |
| 22 | } |