Files
sunnypilot/selfdrive/logcatd/SConscript

3 lines
111 B
Python
Raw Normal View History

Import('env', 'messaging')
env.Program('logcatd.cc', LIBS=[messaging, 'cutils', 'zmq', 'czmq', 'capnp', 'kj'])