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"], | |
} |