Files
sunnypilot/system/logcatd/SConscript
2024-08-23 10:42:57 -07:00

4 lines
120 B
Python

Import('env', 'messaging', 'common')
env.Program('logcatd', 'logcatd_systemd.cc', LIBS=[messaging, common, 'systemd'])