You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.3 KiB

package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
aidl_interface {
name: "android.automotive.computepipe.runner",
vendor_available: true,
srcs: [
"android/automotive/computepipe/runner/*.aidl",
"android/automotive/computepipe/*.aidl",
],
imports: [
"android.hardware.graphics.common-V2",
],
stability: "vintf",
// Automotive has different platform schedule. We shouldn't need to
// freeze Auto interfaces when the mainline Android launches.
owner: "automotive",
backend: {
java: {
enabled: false,
},
cpp: {
enabled: false,
},
},
versions: ["1"],
}
aidl_interface {
name: "android.automotive.computepipe.registry",
vendor_available: true,
imports: ["android.automotive.computepipe.runner"],
srcs: [
"android/automotive/computepipe/registry/*.aidl",
"android/automotive/computepipe/*.aidl",
],
stability: "vintf",
// Automotive has different platform schedule. We shouldn't need to
// freeze Auto interfaces when the mainline Android launches.
owner: "automotive",
backend: {
java: {
enabled: false,
},
cpp: {
enabled: false,
},
},
versions: ["1"],
}