Alice Wang | e64dd18 | 2024-01-17 15:57:55 +0000 | [diff] [blame] | 1 | package { |
2 | default_team: "trendy_team_virtualization", | ||||
3 | default_applicable_licenses: ["Android-Apache-2.0"], | ||||
4 | } | ||||
5 | |||||
6 | aidl_interface { | ||||
7 | name: "com.android.virt.vm_attestation.testservice", | ||||
8 | srcs: ["com/android/virt/vm_attestation/testservice/**/*.aidl"], | ||||
9 | unstable: true, | ||||
10 | backend: { | ||||
11 | java: { | ||||
12 | gen_rpc: true, | ||||
13 | }, | ||||
14 | rust: { | ||||
15 | enabled: true, | ||||
16 | }, | ||||
17 | }, | ||||
18 | } |