This commit is contained in:
Your Name
2024-04-27 03:23:05 -05:00
parent a8acb53fc2
commit b1c566e71e
3 changed files with 78 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
Import('env', 'cereal', 'messaging', 'common')
env.Program('logcatd', 'logcatd_systemd.cc', LIBS=[cereal, messaging, common, 'zmq', 'capnp', 'kj', 'systemd', 'json11'])