Files
onepilot/system/logcatd/SConscript
T
Vehicle Researcher 9f648e0963 openpilot v0.10.1
2025-08-24 02:10:58 -07:00

4 lines
120 B
Python

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