Steven Moreland | 84dd3b7 | 2019-07-25 17:13:52 -0700 | [diff] [blame] | 1 | cc_binary { |
| 2 | name: "android.hardware.lights-service.example", |
| 3 | relative_install_path: "hw", |
| 4 | init_rc: ["lights-default.rc"], |
| 5 | vintf_fragments: ["lights-default.xml"], |
| 6 | vendor: true, |
| 7 | shared_libs: [ |
| 8 | "libbase", |
| 9 | "libbinder_ndk", |
Jeongik Cha | 1674c13 | 2021-01-26 22:34:55 +0900 | [diff] [blame] | 10 | "android.hardware.light-V1-ndk_platform", |
Steven Moreland | 84dd3b7 | 2019-07-25 17:13:52 -0700 | [diff] [blame] | 11 | ], |
| 12 | srcs: [ |
| 13 | "Lights.cpp", |
| 14 | "main.cpp", |
| 15 | ], |
| 16 | } |