blob: f3998872b287baa406c0b1b2440c7ec47417fb1e [file] [log] [blame]
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"],
}