mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-07-26 20:32:04 +08:00
4 lines
120 B
Python
4 lines
120 B
Python
Import('env', 'messaging', 'common')
|
|
|
|
env.Program('logcatd', 'logcatd_systemd.cc', LIBS=[messaging, common, 'systemd'])
|