Files
android_vendor_qcom_opensou…/aidl/config/Android.bp
Ramakant Singh b6bea6ef4b aidl: add callback interface to notify fps mitigation.
Change-Id: I71a310bc645a901f85fdceab259b3b25aea354ee
CRs-Fixed: 3049689
2022-01-31 17:15:23 -08:00

28 lines
488 B
Plaintext

aidl_interface {
name: "vendor.qti.hardware.display.config",
vendor_available: true,
srcs: [
"vendor/qti/hardware/display/config/*.aidl",
],
stability: "vintf",
imports: [
"android.hardware.common-V2",
],
backend: {
java: {
enabled: false,
},
cpp: {
enabled: false,
},
},
versions: [
"1",
"2",
"3",
"4",
"5",
],
owner: "qti",
}