blob: c87a1fe382eb2e98f85cc98944b78f047d144f39 [file] [log] [blame]
Pierre-Hugues Hussoncafcef52018-09-28 20:15:45 +02001cc_binary {
2 name: "lightsctl",
3 srcs: [
4 "lightsctl.cpp",
5 ],
6 shared_libs: [
7 "android.hardware.light@2.0",
8 "libutils",
9 "libhidlbase",
10 ],
11}