This reverts commit 8fa1e8aa53defca264272a66531d639b3d569418. old-commit-hash: 88757c12b3371a1ba5b3ebabc9e85faad0a19d56
4 lines
170 B
Python
4 lines
170 B
Python
Import('env', 'cereal', 'messaging', 'common')
|
|
|
|
env.Program('logcatd', 'logcatd_systemd.cc', LIBS=[cereal, messaging, common, 'zmq', 'capnp', 'kj', 'systemd', 'json11'])
|