Files
StarPilot/system/logcatd/SConscript
T
2025-02-03 04:47:57 -07:00

4 lines
130 B
Python
Executable File

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