mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 03:03:57 +08:00
* universal clocksd
* start in manager
* remove android include
* Apple hacks
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: e497b95f54
3 lines
129 B
Python
3 lines
129 B
Python
Import('env', 'common', 'cereal', 'messaging')
|
|
env.Program('clocksd.cc', LIBS=[common, cereal, messaging, 'capnp', 'zmq', 'kj'])
|