Files
hardware_interfaces/vibrator/staidl/default/Android.bp
Steven Moreland d44007e625 Vibrator: Stable AIDL interface.
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
2019-10-30 12:26:22 -07:00

14 lines
354 B
Plaintext

cc_binary {
name: "android.hardware.vibrator-service.example",
relative_install_path: "hw",
init_rc: ["vibrator-default.rc"],
vintf_fragments: ["vibrator-default.xml"],
vendor: true,
shared_libs: [
"libbase",
"libbinder_ndk",
"vintf-vibrator-ndk_platform",
],
srcs: ["main.cpp", "Vibrator.cpp"],
}