blob: 4e43ba9c63f0c2680ca68fcac76efd096e165683 [file] [log] [blame]
Steven Moreland84dd3b72019-07-25 17:13:52 -07001cc_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 Cha1674c132021-01-26 22:34:55 +090010 "android.hardware.light-V1-ndk_platform",
Steven Moreland84dd3b72019-07-25 17:13:52 -070011 ],
12 srcs: [
13 "Lights.cpp",
14 "main.cpp",
15 ],
16}