mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 01:52:06 +08:00
965aea8eab
fix duplicate link old-commit-hash: 908aa525ec49c0541d88a7f2596d71d98df63ba3
4 lines
120 B
Python
4 lines
120 B
Python
Import('env', 'messaging', 'common')
|
|
|
|
env.Program('logcatd', 'logcatd_systemd.cc', LIBS=[messaging, common, 'systemd'])
|