• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1aidl_interface {
2    name: "android.system.desktop.security.gsc",
3    owner: "google",
4    unstable: true,
5    srcs: ["android/system/desktop/security/gsc/IGsc.aidl"],
6    frozen: false,
7    backend: {
8        rust: {
9            enabled: true,
10            apex_available: [
11                "//apex_available:platform",
12                "com.android.virt",
13            ],
14        },
15    },
16}
17