• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package {
2    default_applicable_licenses: ["Android-Apache-2.0"],
3}
4
5aidl_interface {
6    name: "android.system.vold",
7    vendor_available: true,
8    stability: "vintf",
9    host_supported: true,
10    srcs: [
11        "android/system/vold/CheckpointingState.aidl",
12        "android/system/vold/IVold.aidl",
13        "android/system/vold/IVoldCheckpointListener.aidl",
14    ],
15    backend: {
16        java: {
17            enabled: false,
18        },
19        cpp: {
20            enabled: true,
21        },
22        ndk: {
23            enabled: true,
24        },
25        rust: {
26            enabled: true,
27        },
28    },
29    frozen: true,
30    versions_with_info: [
31        {
32            version: "1",
33            imports: [],
34        },
35    ],
36
37}
38