commit | cafcef5756e06d8dc1845de325192c371c24b9cb | [log] [tgz] |
---|---|---|
author | Pierre-Hugues Husson <phh@phh.me> | Fri Sep 28 20:15:45 2018 +0200 |
committer | Jon West <electrikjesus@gmail.com> | Tue Oct 30 19:45:08 2018 -0400 |
tree | abae02c3f89e16603be468c65b820cee6cf293af | |
parent | 56f507e91285a2a25ac90d82942853c28941b8c8 [diff] [blame] |
Add "lightctl" tool to debug light HAL from root adb Change-Id: I55926bb64b9ece087c9984b62303a6eeafad62c6
diff --git a/cmds/Android.bp b/cmds/Android.bp new file mode 100644 index 0000000..c87a1fe --- /dev/null +++ b/cmds/Android.bp
@@ -0,0 +1,11 @@ +cc_binary { + name: "lightsctl", + srcs: [ + "lightsctl.cpp", + ], + shared_libs: [ + "android.hardware.light@2.0", + "libutils", + "libhidlbase", + ], +}