* universal clocksd * start in manager * remove android include * Apple hacks Co-authored-by: Comma Device <device@comma.ai> old-commit-hash: e497b95f549b6e6d5a249121804231878c747e90
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'])
|