Files
onepilot/system/logcatd/SConscript

4 lines
130 B
Python
Raw Normal View History

2024-07-02 01:20:50 +00:00
Import('env', 'messaging', 'common')
env.Program('logcatd', 'logcatd_systemd.cc', LIBS=[messaging, common, 'systemd', 'json11'])