mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
This is from running: hidl2aidl android.hardware.vibrator@1.4 and then making several small modifications. Bug: 141828236 Test: dumpsys on cf Change-Id: I612e903c1e3f63f0470f8e5c827345c5b67d5645
15 lines
240 B
Plaintext
15 lines
240 B
Plaintext
aidl_interface {
|
|
name: "vintf-vibrator",
|
|
vendor_available: true,
|
|
srcs: [
|
|
"android/hardware/vibrator/*.aidl",
|
|
],
|
|
stability: "vintf",
|
|
backend: {
|
|
java: {
|
|
enabled: false,
|
|
},
|
|
},
|
|
}
|
|
|