Files
onepilot/system/logcatd/SConscript

4 lines
120 B
Python
Raw Normal View History

2025-04-07 12:42:46 -07:00
Import('env', 'messaging', 'common')
env.Program('logcatd', 'logcatd_systemd.cc', LIBS=[messaging, common, 'systemd'])