Steven Moreland | d44007e | 2019-10-24 18:12:46 -0700 | [diff] [blame^] | 1 | cc_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 | } |