Files
dragonpilot/system/logcatd/SConscript
2025-06-09 09:10:51 +00:00

4 lines
120 B
Python

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