android13/packages/services/Car/cpp/computepipe/aidl/Android.bp

52 lines
1.3 KiB
Plaintext

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-V3",
],
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"],
}