blob: f3998872b287baa406c0b1b2440c7ec47417fb1e [file] [log] [blame]
Steven Morelandd44007e2019-10-24 18:12:46 -07001cc_binary {
2 name: "android.hardware.vibrator-service.example",
3 relative_install_path: "hw",
4 init_rc: ["vibrator-default.rc"],
5 vintf_fragments: ["vibrator-default.xml"],
6 vendor: true,
7 shared_libs: [
8 "libbase",
9 "libbinder_ndk",
10 "vintf-vibrator-ndk_platform",
11 ],
12 srcs: ["main.cpp", "Vibrator.cpp"],
13}