mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
16 lines
276 B
Plaintext
16 lines
276 B
Plaintext
aidl_interface {
|
|
name: "vintf-vibrator",
|
|
vendor_available: true,
|
|
srcs: [
|
|
"android/hardware/vibrator/*.aidl",
|
|
],
|
|
stability: "vintf",
|
|
backend: {
|
|
ndk: {
|
|
vndk: {
|
|
enabled: true,
|
|
},
|
|
},
|
|
},
|
|
}
|