mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-19 19:23:58 +08:00
4 lines
130 B
Python
4 lines
130 B
Python
Import('env', 'messaging', 'common')
|
|
|
|
env.Program('logcatd', 'logcatd_systemd.cc', LIBS=[messaging, common, 'systemd', 'json11'])
|