mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-07-27 04:12:10 +08:00
510b718f0f
old-commit-hash: da079d47d7d9496723117700ae1bb51c1f1abc38
3 lines
111 B
Python
3 lines
111 B
Python
Import('env', 'messaging')
|
|
env.Program('logcatd.cc', LIBS=[messaging, 'cutils', 'zmq', 'czmq', 'capnp', 'kj'])
|