* squash * fix doc * compile device * compile device * Update ref * add msgq to precommit exclusions * No service ports * fix compile * address comments * More comments * Delete logger * Update opendbc * Linting * bump msgq old-commit-hash: e71ec4e8d7e39a56235f590227e7cb361cd8b79d
4 lines
200 B
Python
4 lines
200 B
Python
Import('env', 'cereal', 'messaging', 'common', 'socketmaster')
|
|
|
|
env.Program('logcatd', 'logcatd_systemd.cc', LIBS=[cereal, socketmaster, messaging, common, 'zmq', 'capnp', 'kj', 'systemd', 'json11'])
|