Files
carrotpilot/system/logcatd/SConscript

4 lines
120 B
Python
Raw Normal View History

2023-09-27 15:45:31 -07:00
Import('env', 'messaging', 'common')
env.Program('logcatd', 'logcatd_systemd.cc', LIBS=[messaging, common, 'systemd'])